Html Css Color HEX #18061D Blackcurrant

📋 copy color: '#18061D'

red 24 ◦ green 6 ◦ blue 29

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

Shades of Blackcurrant #18061D

Tints of Blackcurrant #18061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 49.15%

R = 40.68%
G = 10.17%
B = 49.15%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18061D (or 0x18061D) is known color: Blackcurrant. HEX triplet: 18, 06 and 1D. RGB value is (24,6,29). Sum of RGB (Red+Green+Blue) = 24+6+29=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #18061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18061D is #E7F9E2. Grayscale: #0D0D0D. Windows color (decimal): -15202787 or 1902104. OLE color: 1902104.

HSL color Cylindrical-coordinate representation of color #18061D: hue angle of 286.96º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18061D is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 6 29 -
CMYK 0.17 0.79 0 0.89
HSL 286.96º 0.66% 0.07% -
HSV(B) 286.96º 0.79% 0.11% -
XYZ 0.66 0.41 1.21 -
YUV 14 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 24 6 29 0.17 0.79 0 0.89 286.96 0.66 0.07
Hex 18 6 1D 11 4F 0 59 11F 42 7
Octal 30 6 35 21 117 0 131 437 102 7
Binary 11000 110 11101 10001 1001111 0 1011001 100011111 1000010 111

Color Harmonies of #18061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18061D

Black with #18061D

Text Example


Text Example

White with #18061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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