Html Css Color HEX #18061B Blackcurrant

📋 copy color: '#18061B'

red 24 ◦ green 6 ◦ blue 27

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

Shades of Blackcurrant #18061B

Tints of Blackcurrant #18061B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.53%

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

R = 42.11%
G = 10.53%
B = 47.37%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18061B (or 0x18061B) is known color: Blackcurrant. HEX triplet: 18, 06 and 1B. RGB value is (24,6,27). Sum of RGB (Red+Green+Blue) = 24+6+27=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #18061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18061B is #E7F9E4. Grayscale: #0D0D0D. Windows color (decimal): -15202789 or 1771032. OLE color: 1771032.

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

Color convert

RGB 24 6 27 -
CMYK 0.11 0.78 0 0.89
HSL 291.43º 0.64% 0.06% -
HSV(B) 291.43º 0.78% 0.11% -
XYZ 0.64 0.4 1.08 -
YUV 13.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 24 6 27 0.11 0.78 0 0.89 291.43 0.64 0.06
Hex 18 6 1B B 4E 0 59 123 40 6
Octal 30 6 33 13 116 0 131 443 100 6
Binary 11000 110 11011 1011 1001110 0 1011001 100100011 1000000 110

Color Harmonies of #18061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18061B

Black with #18061B

Text Example


Text Example

White with #18061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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