Html Css Color HEX #02181D Black Pearl

📋 copy color: '#02181D'

red 2 ◦ green 24 ◦ blue 29

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

Shades of Black Pearl #02181D

Tints of Black Pearl #02181D

RGB

 RED value IS 2 (1.17% from 255) = 3.64%

 GREEN value IS 24 (9.77% from 255) = 43.64%

 BLUE value IS 29 (11.72% from 255) = 52.73%

R = 3.64%
G = 43.64%
B = 52.73%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#02181D (or 0x02181D) is known color: Black Pearl. HEX triplet: 02, 18 and 1D. RGB value is (2,24,29). Sum of RGB (Red+Green+Blue) = 2+24+29=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #02181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02181D is #FDE7E2. Grayscale: #111111. Windows color (decimal): -16639971 or 1906690. OLE color: 1906690.

HSL color Cylindrical-coordinate representation of color #02181D: hue angle of 191.11º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02181D is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 24 29 -
CMYK 0.93 0.17 0 0.89
HSL 191.11º 0.87% 0.06% -
HSV(B) 191.11º 0.93% 0.11% -
XYZ 0.57 0.75 1.28 -
YUV 17.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 2 24 29 0.93 0.17 0 0.89 191.11 0.87 0.06
Hex 2 18 1D 5D 11 0 59 BF 57 6
Octal 2 30 35 135 21 0 131 277 127 6
Binary 10 11000 11101 1011101 10001 0 1011001 10111111 1010111 110

Color Harmonies of #02181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02181D

Black with #02181D

Text Example


Text Example

White with #02181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,24,29); }

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

background-color css

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

 a { background-color: rgb(2,24,29); }

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

border-color css

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

 span { border-color: rgb(2,24,29); }

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