Html Css Color HEX #18091B Blackcurrant

📋 copy color: '#18091B'

red 24 ◦ green 9 ◦ blue 27

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

Shades of Blackcurrant #18091B

Tints of Blackcurrant #18091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 15%

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

R = 40%
G = 15%
B = 45%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18091B (or 0x18091B) is known color: Blackcurrant. HEX triplet: 18, 09 and 1B. RGB value is (24,9,27). Sum of RGB (Red+Green+Blue) = 24+9+27=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 27 - color contains mainly: blue. Hex color #18091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18091B is #E7F6E4. Grayscale: #0F0F0F. Windows color (decimal): -15202021 or 1771800. OLE color: 1771800.

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

Color convert

RGB 24 9 27 -
CMYK 0.11 0.67 0 0.89
HSL 290º 0.5% 0.07% -
HSV(B) 290º 0.67% 0.11% -
XYZ 0.67 0.47 1.09 -
YUV 15.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 24 9 27 0.11 0.67 0 0.89 290 0.5 0.07
Hex 18 9 1B B 43 0 59 122 32 7
Octal 30 11 33 13 103 0 131 442 62 7
Binary 11000 1001 11011 1011 1000011 0 1011001 100100010 110010 111

Color Harmonies of #18091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18091B

Black with #18091B

Text Example


Text Example

White with #18091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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