Html Css Color HEX #18041B Blackcurrant

📋 copy color: '#18041B'

red 24 ◦ green 4 ◦ blue 27

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

Shades of Blackcurrant #18041B

Tints of Blackcurrant #18041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.27%

 BLUE value IS 27 (10.94% from 255) = 49.09%

R = 43.64%
G = 7.27%
B = 49.09%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18041B (or 0x18041B) is known color: Blackcurrant. HEX triplet: 18, 04 and 1B. RGB value is (24,4,27). Sum of RGB (Red+Green+Blue) = 24+4+27=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #18041B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18041B is #E7FBE4. Grayscale: #0C0C0C. Windows color (decimal): -15203301 or 1770520. OLE color: 1770520.

HSL color Cylindrical-coordinate representation of color #18041B: hue angle of 292.17º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18041B is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 4 27 -
CMYK 0.11 0.85 0 0.89
HSL 292.17º 0.74% 0.06% -
HSV(B) 292.17º 0.85% 0.11% -
XYZ 0.62 0.36 1.07 -
YUV 12.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 24 4 27 0.11 0.85 0 0.89 292.17 0.74 0.06
Hex 18 4 1B B 55 0 59 124 4A 6
Octal 30 4 33 13 125 0 131 444 112 6
Binary 11000 100 11011 1011 1010101 0 1011001 100100100 1001010 110

Color Harmonies of #18041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18041B

Black with #18041B

Text Example


Text Example

White with #18041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,4,27); }

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

background-color css

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

 a { background-color: rgb(24,4,27); }

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

border-color css

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

 span { border-color: rgb(24,4,27); }

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