Html Css Color HEX #18012B Blackcurrant

📋 copy color: '#18012B'

red 24 ◦ green 1 ◦ blue 43

#18012B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #18012B

Tints of Blackcurrant #18012B

RGB

 RED value IS 24 (9.77% from 255) = 35.29%

 GREEN value IS 1 (0.78% from 255) = 1.47%

 BLUE value IS 43 (17.19% from 255) = 63.24%

R = 35.29%
G = 1.47%
B = 63.24%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#18012B (or 0x18012B) is known color: Blackcurrant. HEX triplet: 18, 01 and 2B. RGB value is (24,1,43). Sum of RGB (Red+Green+Blue) = 24+1+43=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 43 (17.19% from 255 or 63.24% from 68); Max value from RGB is 43 - color contains mainly: blue. Hex color #18012B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18012B is #E7FED4. Grayscale: #0C0C0C. Windows color (decimal): -15204053 or 2818328. OLE color: 2818328.

HSL color Cylindrical-coordinate representation of color #18012B: hue angle of 272.86º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18012B is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 24 1 43 -
CMYK 0.44 0.98 0 0.83
HSL 272.86º 0.95% 0.09% -
HSV(B) 272.86º 0.98% 0.17% -
XYZ 0.82 0.39 2.32 -
YUV 12.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 24 1 43 0.44 0.98 0 0.83 272.86 0.95 0.09
Hex 18 1 2B 2C 62 0 53 111 5F 9
Octal 30 1 53 54 142 0 123 421 137 11
Binary 11000 1 101011 101100 1100010 0 1010011 100010001 1011111 1001

Color Harmonies of #18012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18012B

Black with #18012B

Text Example


Text Example

White with #18012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18012B; }

 p { color: rgb(24,1,43); }

 H1.HeaderClassName
 {
   color: #18012B;
 }
 .AnyTagClassName
 {
   color: #18012B;
 }
</style>

background-color css

<style>
 a { background-color: #18012B; }

 a { background-color: rgb(24,1,43); }

 div.DivClassName
 {
   background-color: #18012B;
 }
 .BgClassName
 {
   background-color: #18012B;
 }
</style>

border-color css

<style>
 span { border-color: #18012B; }

 span { border-color: rgb(24,1,43); }

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