Html Css Color HEX #18002E Blackcurrant

📋 copy color: '#18002E'

red 24 ◦ green 0 ◦ blue 46

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

Shades of Blackcurrant #18002E

Tints of Blackcurrant #18002E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.29%
G = 0%
B = 65.71%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18002E (or 0x18002E) is known color: Blackcurrant. HEX triplet: 18, 00 and 2E. RGB value is (24,0,46). Sum of RGB (Red+Green+Blue) = 24+0+46=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #18002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18002E is #E7FFD1. Grayscale: #0C0C0C. Windows color (decimal): -15204306 or 3014680. OLE color: 3014680.

HSL color Cylindrical-coordinate representation of color #18002E: hue angle of 271.3º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18002E is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 0 46 -
CMYK 0.48 1 0 0.82
HSL 271.3º 1% 0.09% -
HSV(B) 271.3º 1% 0.18% -
XYZ 0.87 0.39 2.61 -
YUV 12.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 24 0 46 0.48 1 0 0.82 271.3 1 0.09
Hex 18 0 2E 30 64 0 52 10F 64 9
Octal 30 0 56 60 144 0 122 417 144 11
Binary 11000 0 101110 110000 1100100 0 1010010 100001111 1100100 1001

Color Harmonies of #18002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18002E

Black with #18002E

Text Example


Text Example

White with #18002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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