Html Css Color HEX #18012E Blackcurrant

📋 copy color: '#18012E'

red 24 ◦ green 1 ◦ blue 46

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

Shades of Blackcurrant #18012E

Tints of Blackcurrant #18012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 64.79%

R = 33.8%
G = 1.41%
B = 64.79%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18012E (or 0x18012E) is known color: Blackcurrant. HEX triplet: 18, 01 and 2E. RGB value is (24,1,46). Sum of RGB (Red+Green+Blue) = 24+1+46=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 46 (18.36% from 255 or 64.79% from 71); Max value from RGB is 46 - color contains mainly: blue. Hex color #18012E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18012E is #E7FED1. Grayscale: #0C0C0C. Windows color (decimal): -15204050 or 3014936. OLE color: 3014936.

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

Color convert

RGB 24 1 46 -
CMYK 0.48 0.98 0 0.82
HSL 270.67º 0.96% 0.09% -
HSV(B) 270.67º 0.98% 0.18% -
XYZ 0.88 0.41 2.62 -
YUV 13.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 24 1 46 0.48 0.98 0 0.82 270.67 0.96 0.09
Hex 18 1 2E 30 62 0 52 10F 60 9
Octal 30 1 56 60 142 0 122 417 140 11
Binary 11000 1 101110 110000 1100010 0 1010010 100001111 1100000 1001

Color Harmonies of #18012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18012E

Black with #18012E

Text Example


Text Example

White with #18012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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