Html Css Color HEX #001229 Black Pearl

📋 copy color: '#001229'

red 0 ◦ green 18 ◦ blue 41

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

Shades of Black Pearl #001229

Tints of Black Pearl #001229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 69.49%

R = 0%
G = 30.51%
B = 69.49%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#001229 (or 0x001229) is known color: Black Pearl. HEX triplet: 00, 12 and 29. RGB value is (0,18,41). Sum of RGB (Red+Green+Blue) = 0+18+41=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 41 (16.41% from 255 or 69.49% from 59); Max value from RGB is 41 - color contains mainly: blue. Hex color #001229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001229 is #FFEDD6. Grayscale: #0F0F0F. Windows color (decimal): -16772567 or 2691584. OLE color: 2691584.

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

Color convert

RGB 0 18 41 -
CMYK 1 0.56 0 0.84
HSL 213.66º 1% 0.08% -
HSV(B) 213.66º 1% 0.16% -
XYZ 0.62 0.59 2.18 -
YUV 15.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 0 18 41 1 0.56 0 0.84 213.66 1 0.08
Hex 0 12 29 64 38 0 54 D6 64 8
Octal 0 22 51 144 70 0 124 326 144 10
Binary 0 10010 101001 1100100 111000 0 1010100 11010110 1100100 1000

Color Harmonies of #001229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001229

Black with #001229

Text Example


Text Example

White with #001229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001229; }

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

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

background-color css

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

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

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

border-color css

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

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

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