Html Css Color HEX #001125 Black Pearl

📋 copy color: '#001125'

red 0 ◦ green 17 ◦ blue 37

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

Shades of Black Pearl #001125

Tints of Black Pearl #001125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 31.48%

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

R = 0%
G = 31.48%
B = 68.52%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001125 (or 0x001125) is known color: Black Pearl. HEX triplet: 00, 11 and 25. RGB value is (0,17,37). Sum of RGB (Red+Green+Blue) = 0+17+37=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 37 (14.84% from 255 or 68.52% from 54); Max value from RGB is 37 - color contains mainly: blue. Hex color #001125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001125 is #FFEEDA. Grayscale: #0E0E0E. Windows color (decimal): -16772827 or 2429184. OLE color: 2429184.

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

Color convert

RGB 0 17 37 -
CMYK 1 0.54 0 0.85
HSL 212.43º 1% 0.07% -
HSV(B) 212.43º 1% 0.15% -
XYZ 0.53 0.53 1.83 -
YUV 14.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 0 17 37 1 0.54 0 0.85 212.43 1 0.07
Hex 0 11 25 64 36 0 55 D4 64 7
Octal 0 21 45 144 66 0 125 324 144 7
Binary 0 10001 100101 1100100 110110 0 1010101 11010100 1100100 111

Color Harmonies of #001125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001125

Black with #001125

Text Example


Text Example

White with #001125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001125; }

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

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

background-color css

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

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

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

border-color css

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

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

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