Html Css Color HEX #002127 Black Pearl

📋 copy color: '#002127'

red 0 ◦ green 33 ◦ blue 39

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

Shades of Black Pearl #002127

Tints of Black Pearl #002127

RGB

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

 GREEN value IS 33 (13.28% from 255) = 45.83%

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

R = 0%
G = 45.83%
B = 54.17%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#002127 (or 0x002127) is known color: Black Pearl. HEX triplet: 00, 21 and 27. RGB value is (0,33,39). Sum of RGB (Red+Green+Blue) = 0+33+39=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #002127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002127 is #FFDED8. Grayscale: #171717. Windows color (decimal): -16768729 or 2564352. OLE color: 2564352.

HSL color Cylindrical-coordinate representation of color #002127: hue angle of 189.23º 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 #002127 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 33 39 -
CMYK 1 0.15 0 0.85
HSL 189.23º 1% 0.08% -
HSV(B) 189.23º 1% 0.15% -
XYZ 0.91 1.23 2.11 -
YUV 23.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 0 33 39 1 0.15 0 0.85 189.23 1 0.08
Hex 0 21 27 64 F 0 55 BD 64 8
Octal 0 41 47 144 17 0 125 275 144 10
Binary 0 100001 100111 1100100 1111 0 1010101 10111101 1100100 1000

Color Harmonies of #002127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002127

Black with #002127

Text Example


Text Example

White with #002127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002127; }

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

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

background-color css

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

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

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

border-color css

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

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

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