Html Css Color HEX #18012F Blackcurrant

📋 copy color: '#18012F'

red 24 ◦ green 1 ◦ blue 47

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

Shades of Blackcurrant #18012F

Tints of Blackcurrant #18012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.39%

 BLUE value IS 47 (18.75% from 255) = 65.28%

R = 33.33%
G = 1.39%
B = 65.28%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18012F (or 0x18012F) is known color: Blackcurrant. HEX triplet: 18, 01 and 2F. RGB value is (24,1,47). Sum of RGB (Red+Green+Blue) = 24+1+47=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 47 (18.75% from 255 or 65.28% from 72); Max value from RGB is 47 - color contains mainly: blue. Hex color #18012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18012F is #E7FED0. Grayscale: #0C0C0C. Windows color (decimal): -15204049 or 3080472. OLE color: 3080472.

HSL color Cylindrical-coordinate representation of color #18012F: hue angle of 270º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18012F is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 1 47 -
CMYK 0.49 0.98 0 0.82
HSL 270º 0.96% 0.09% -
HSV(B) 270º 0.98% 0.18% -
XYZ 0.9 0.42 2.72 -
YUV 13.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 24 1 47 0.49 0.98 0 0.82 270 0.96 0.09
Hex 18 1 2F 31 62 0 52 10E 60 9
Octal 30 1 57 61 142 0 122 416 140 11
Binary 11000 1 101111 110001 1100010 0 1010010 100001110 1100000 1001

Color Harmonies of #18012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18012F

Black with #18012F

Text Example


Text Example

White with #18012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18012F; }

 p { color: rgb(24,1,47); }

 H1.HeaderClassName
 {
   color: #18012F;
 }
 .AnyTagClassName
 {
   color: #18012F;
 }
</style>

background-color css

<style>
 a { background-color: #18012F; }

 a { background-color: rgb(24,1,47); }

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

border-color css

<style>
 span { border-color: #18012F; }

 span { border-color: rgb(24,1,47); }

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