Html Css Color HEX #002427 Black Pearl

📋 copy color: '#002427'

red 0 ◦ green 36 ◦ blue 39

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

Shades of Black Pearl #002427

Tints of Black Pearl #002427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 48%

 BLUE value IS 39 (15.63% from 255) = 52%

R = 0%
G = 48%
B = 52%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#002427 (or 0x002427) is known color: Black Pearl. HEX triplet: 00, 24 and 27. RGB value is (0,36,39). Sum of RGB (Red+Green+Blue) = 0+36+39=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #002427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002427 is #FFDBD8. Grayscale: #191919. Windows color (decimal): -16767961 or 2565120. OLE color: 2565120.

HSL color Cylindrical-coordinate representation of color #002427: hue angle of 184.62º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002427 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 36 39 -
CMYK 1 0.08 0 0.85
HSL 184.62º 1% 0.08% -
HSV(B) 184.62º 1% 0.15% -
XYZ 1 1.41 2.14 -
YUV 25.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 0 36 39 1 0.08 0 0.85 184.62 1 0.08
Hex 0 24 27 64 8 0 55 B9 64 8
Octal 0 44 47 144 10 0 125 271 144 10
Binary 0 100100 100111 1100100 1000 0 1010101 10111001 1100100 1000

Color Harmonies of #002427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002427

Black with #002427

Text Example


Text Example

White with #002427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002427; }

 p { color: rgb(0,36,39); }

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

background-color css

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

 a { background-color: rgb(0,36,39); }

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

border-color css

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

 span { border-color: rgb(0,36,39); }

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