Html Css Color HEX #18002F Blackcurrant

📋 copy color: '#18002F'

red 24 ◦ green 0 ◦ blue 47

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

Shades of Blackcurrant #18002F

Tints of Blackcurrant #18002F

RGB

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

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

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

R = 33.8%
G = 0%
B = 66.2%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18002F (or 0x18002F) is known color: Blackcurrant. HEX triplet: 18, 00 and 2F. RGB value is (24,0,47). Sum of RGB (Red+Green+Blue) = 24+0+47=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 47 (18.75% from 255 or 66.20% from 71); Max value from RGB is 47 - color contains mainly: blue. Hex color #18002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18002F is #E7FFD0. Grayscale: #0C0C0C. Windows color (decimal): -15204305 or 3080216. OLE color: 3080216.

HSL color Cylindrical-coordinate representation of color #18002F: hue angle of 270.64º 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 #18002F is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 0 47 -
CMYK 0.49 1 0 0.82
HSL 270.64º 1% 0.09% -
HSV(B) 270.64º 1% 0.18% -
XYZ 0.89 0.4 2.72 -
YUV 12.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 24 0 47 0.49 1 0 0.82 270.64 1 0.09
Hex 18 0 2F 31 64 0 52 10F 64 9
Octal 30 0 57 61 144 0 122 417 144 11
Binary 11000 0 101111 110001 1100100 0 1010010 100001111 1100100 1001

Color Harmonies of #18002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18002F

Black with #18002F

Text Example


Text Example

White with #18002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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