Html Css Color HEX #002125 Black Pearl

📋 copy color: '#002125'

red 0 ◦ green 33 ◦ blue 37

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

Shades of Black Pearl #002125

Tints of Black Pearl #002125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 52.86%

R = 0%
G = 47.14%
B = 52.86%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#002125 (or 0x002125) is known color: Black Pearl. HEX triplet: 00, 21 and 25. RGB value is (0,33,37). Sum of RGB (Red+Green+Blue) = 0+33+37=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #002125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002125 is #FFDEDA. Grayscale: #171717. Windows color (decimal): -16768731 or 2433280. OLE color: 2433280.

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

Color convert

RGB 0 33 37 -
CMYK 1 0.11 0 0.85
HSL 186.49º 1% 0.07% -
HSV(B) 186.49º 1% 0.15% -
XYZ 0.88 1.22 1.94 -
YUV 23.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 0 33 37 1 0.11 0 0.85 186.49 1 0.07
Hex 0 21 25 64 B 0 55 BA 64 7
Octal 0 41 45 144 13 0 125 272 144 7
Binary 0 100001 100101 1100100 1011 0 1010101 10111010 1100100 111

Color Harmonies of #002125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002125

Black with #002125

Text Example


Text Example

White with #002125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002125; }

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

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

background-color css

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

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

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

border-color css

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

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

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