Html Css Color HEX #18051B Blackcurrant

📋 copy color: '#18051B'

red 24 ◦ green 5 ◦ blue 27

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

Shades of Blackcurrant #18051B

Tints of Blackcurrant #18051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.93%

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

R = 42.86%
G = 8.93%
B = 48.21%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18051B (or 0x18051B) is known color: Blackcurrant. HEX triplet: 18, 05 and 1B. RGB value is (24,5,27). Sum of RGB (Red+Green+Blue) = 24+5+27=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #18051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18051B is #E7FAE4. Grayscale: #0D0D0D. Windows color (decimal): -15203045 or 1770776. OLE color: 1770776.

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

Color convert

RGB 24 5 27 -
CMYK 0.11 0.81 0 0.89
HSL 291.82º 0.69% 0.06% -
HSV(B) 291.82º 0.81% 0.11% -
XYZ 0.63 0.38 1.08 -
YUV 13.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 24 5 27 0.11 0.81 0 0.89 291.82 0.69 0.06
Hex 18 5 1B B 51 0 59 124 45 6
Octal 30 5 33 13 121 0 131 444 105 6
Binary 11000 101 11011 1011 1010001 0 1011001 100100100 1000101 110

Color Harmonies of #18051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18051B

Black with #18051B

Text Example


Text Example

White with #18051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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