Html Css Color HEX #001225 Black Pearl

📋 copy color: '#001225'

red 0 ◦ green 18 ◦ blue 37

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

Shades of Black Pearl #001225

Tints of Black Pearl #001225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 32.73%

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

R = 0%
G = 32.73%
B = 67.27%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001225 (or 0x001225) is known color: Black Pearl. HEX triplet: 00, 12 and 25. RGB value is (0,18,37). Sum of RGB (Red+Green+Blue) = 0+18+37=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 37 (14.84% from 255 or 67.27% from 55); Max value from RGB is 37 - color contains mainly: blue. Hex color #001225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001225 is #FFEDDA. Grayscale: #0E0E0E. Windows color (decimal): -16772571 or 2429440. OLE color: 2429440.

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

Color convert

RGB 0 18 37 -
CMYK 1 0.51 0 0.85
HSL 210.81º 1% 0.07% -
HSV(B) 210.81º 1% 0.15% -
XYZ 0.55 0.57 1.83 -
YUV 14.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 0 18 37 1 0.51 0 0.85 210.81 1 0.07
Hex 0 12 25 64 33 0 55 D3 64 7
Octal 0 22 45 144 63 0 125 323 144 7
Binary 0 10010 100101 1100100 110011 0 1010101 11010011 1100100 111

Color Harmonies of #001225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001225

Black with #001225

Text Example


Text Example

White with #001225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001225; }

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

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

background-color css

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

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

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

border-color css

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

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

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