Html Css Color HEX #001D2B Black Pearl

📋 copy color: '#001D2B'

red 0 ◦ green 29 ◦ blue 43

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

Shades of Black Pearl #001D2B

Tints of Black Pearl #001D2B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 40.28%

 BLUE value IS 43 (17.19% from 255) = 59.72%

R = 0%
G = 40.28%
B = 59.72%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#001D2B (or 0x001D2B) is known color: Black Pearl. HEX triplet: 00, 1D and 2B. RGB value is (0,29,43). Sum of RGB (Red+Green+Blue) = 0+29+43=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 43 (17.19% from 255 or 59.72% from 72); Max value from RGB is 43 - color contains mainly: blue. Hex color #001D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D2B is #FFE2D4. Grayscale: #151515. Windows color (decimal): -16769749 or 2825472. OLE color: 2825472.

HSL color Cylindrical-coordinate representation of color #001D2B: hue angle of 199.53º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D2B is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 0 29 43 -
CMYK 1 0.33 0 0.83
HSL 199.53º 1% 0.08% -
HSV(B) 199.53º 1% 0.17% -
XYZ 0.88 1.05 2.44 -
YUV 21.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 0 29 43 1 0.33 0 0.83 199.53 1 0.08
Hex 0 1D 2B 64 21 0 53 C8 64 8
Octal 0 35 53 144 41 0 123 310 144 10
Binary 0 11101 101011 1100100 100001 0 1010011 11001000 1100100 1000

Color Harmonies of #001D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D2B

Black with #001D2B

Text Example


Text Example

White with #001D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,29,43); }

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

background-color css

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

 a { background-color: rgb(0,29,43); }

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

border-color css

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

 span { border-color: rgb(0,29,43); }

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