Html Css Color HEX #001929 Black Pearl

📋 copy color: '#001929'

red 0 ◦ green 25 ◦ blue 41

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

Shades of Black Pearl #001929

Tints of Black Pearl #001929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 37.88%

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

R = 0%
G = 37.88%
B = 62.12%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#001929 (or 0x001929) is known color: Black Pearl. HEX triplet: 00, 19 and 29. RGB value is (0,25,41). Sum of RGB (Red+Green+Blue) = 0+25+41=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 41 (16.41% from 255 or 62.12% from 66); Max value from RGB is 41 - color contains mainly: blue. Hex color #001929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001929 is #FFE6D6. Grayscale: #131313. Windows color (decimal): -16770775 or 2693376. OLE color: 2693376.

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

Color convert

RGB 0 25 41 -
CMYK 1 0.39 0 0.84
HSL 203.41º 1% 0.08% -
HSV(B) 203.41º 1% 0.16% -
XYZ 0.75 0.86 2.22 -
YUV 19.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 0 25 41 1 0.39 0 0.84 203.41 1 0.08
Hex 0 19 29 64 27 0 54 CB 64 8
Octal 0 31 51 144 47 0 124 313 144 10
Binary 0 11001 101001 1100100 100111 0 1010100 11001011 1100100 1000

Color Harmonies of #001929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001929

Black with #001929

Text Example


Text Example

White with #001929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001929; }

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

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

background-color css

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

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

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

border-color css

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

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

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