Html Css Color HEX #18071D Blackcurrant

📋 copy color: '#18071D'

red 24 ◦ green 7 ◦ blue 29

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

Shades of Blackcurrant #18071D

Tints of Blackcurrant #18071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.67%

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

R = 40%
G = 11.67%
B = 48.33%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18071D (or 0x18071D) is known color: Blackcurrant. HEX triplet: 18, 07 and 1D. RGB value is (24,7,29). Sum of RGB (Red+Green+Blue) = 24+7+29=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #18071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18071D is #E7F8E2. Grayscale: #0E0E0E. Windows color (decimal): -15202531 or 1902360. OLE color: 1902360.

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

Color convert

RGB 24 7 29 -
CMYK 0.17 0.76 0 0.89
HSL 286.36º 0.61% 0.07% -
HSV(B) 286.36º 0.76% 0.11% -
XYZ 0.67 0.43 1.21 -
YUV 14.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 24 7 29 0.17 0.76 0 0.89 286.36 0.61 0.07
Hex 18 7 1D 11 4C 0 59 11E 3D 7
Octal 30 7 35 21 114 0 131 436 75 7
Binary 11000 111 11101 10001 1001100 0 1011001 100011110 111101 111

Color Harmonies of #18071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18071D

Black with #18071D

Text Example


Text Example

White with #18071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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