Html Css Color HEX #001C29 Black Pearl

📋 copy color: '#001C29'

red 0 ◦ green 28 ◦ blue 41

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

Shades of Black Pearl #001C29

Tints of Black Pearl #001C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 40.58%

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

R = 0%
G = 40.58%
B = 59.42%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#001C29 (or 0x001C29) is known color: Black Pearl. HEX triplet: 00, 1C and 29. RGB value is (0,28,41). Sum of RGB (Red+Green+Blue) = 0+28+41=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 41 (16.41% from 255 or 59.42% from 69); Max value from RGB is 41 - color contains mainly: blue. Hex color #001C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C29 is #FFE3D6. Grayscale: #151515. Windows color (decimal): -16770007 or 2694144. OLE color: 2694144.

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

Color convert

RGB 0 28 41 -
CMYK 1 0.32 0 0.84
HSL 199.02º 1% 0.08% -
HSV(B) 199.02º 1% 0.16% -
XYZ 0.82 0.99 2.25 -
YUV 21.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 0 28 41 1 0.32 0 0.84 199.02 1 0.08
Hex 0 1C 29 64 20 0 54 C7 64 8
Octal 0 34 51 144 40 0 124 307 144 10
Binary 0 11100 101001 1100100 100000 0 1010100 11000111 1100100 1000

Color Harmonies of #001C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C29

Black with #001C29

Text Example


Text Example

White with #001C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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