Html Css Color HEX #18012D Blackcurrant

📋 copy color: '#18012D'

red 24 ◦ green 1 ◦ blue 45

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

Shades of Blackcurrant #18012D

Tints of Blackcurrant #18012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 64.29%

R = 34.29%
G = 1.43%
B = 64.29%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18012D (or 0x18012D) is known color: Blackcurrant. HEX triplet: 18, 01 and 2D. RGB value is (24,1,45). Sum of RGB (Red+Green+Blue) = 24+1+45=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #18012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18012D is #E7FED2. Grayscale: #0C0C0C. Windows color (decimal): -15204051 or 2949400. OLE color: 2949400.

HSL color Cylindrical-coordinate representation of color #18012D: hue angle of 271.36º 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 #18012D is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 1 45 -
CMYK 0.47 0.98 0 0.82
HSL 271.36º 0.96% 0.09% -
HSV(B) 271.36º 0.98% 0.18% -
XYZ 0.86 0.41 2.52 -
YUV 12.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 24 1 45 0.47 0.98 0 0.82 271.36 0.96 0.09
Hex 18 1 2D 2F 62 0 52 10F 60 9
Octal 30 1 55 57 142 0 122 417 140 11
Binary 11000 1 101101 101111 1100010 0 1010010 100001111 1100000 1001

Color Harmonies of #18012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18012D

Black with #18012D

Text Example


Text Example

White with #18012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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