#230B32

Color #230B32 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #230B32

Tints of Blackcurrant #230B32

Color information

#230B32 (or 0x230B32) is unknown color: approx Blackcurrant. HEX triplet: 23, 0B and 32. RGB value is (35,11,50). Sum of RGB (Red+Green+Blue) = 35+11+50=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #230B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230B32 is #DCF4CD. Grayscale: #161616. Windows color (decimal): -14480590 or 3279651. OLE color: 3279651.

HSL color Cylindrical-coordinate representation of color #230B32: hue angle of 276.92º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #230B32 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB351150-
CMYK0.300.7800.80
HSL276.92º63.93%11.96%-
HSV(B)276.92º78%19.61%-
XYZ1.390.833.1-
YUV22.62143.45136.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 11 (4.69% from 255) = 11.46%
BLUE value IS 50 (19.92% from 255) = 52.08%
R=36.46%
G=11.46%
B=52.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3511500.300.7800.80276.9263.9311.96
Hex23B321E4E05011540c
Octal43136236116012042510014
Binary10001110111100101111010011100101000010001010110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230B32; }

 p { color: rgb(35,11,50); }

 H1.HeaderClassName
 {
   color: #230B32;
 }
 .AnyTagClassName
 {
   color: #230B32;
 }
</style>
background-color css

<style>
 a { background-color: #230B32; }

 a { background-color: rgb(35,11,50); }

 div.DivClassName
 {
   background-color: #230B32;
 }
 .BgClassName
 {
   background-color: #230B32;
 }
</style>
border-color css

<style>
 span { border-color: #230B32; }

 span { border-color: rgb(35,11,50); }

 td.TdClassName
 {
   border-color: #230B32;
 }
 .TagClassName
 {
   border-color: #230B32;
 }
</style>