Html Css Color HEX #001D30 Black Pearl

📋 copy color: '#001D30'

red 0 ◦ green 29 ◦ blue 48

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

Shades of Black Pearl #001D30

Tints of Black Pearl #001D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 62.34%

R = 0%
G = 37.66%
B = 62.34%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#001D30 (or 0x001D30) is known color: Black Pearl. HEX triplet: 00, 1D and 30. RGB value is (0,29,48). Sum of RGB (Red+Green+Blue) = 0+29+48=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #001D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D30 is #FFE2CF. Grayscale: #161616. Windows color (decimal): -16769744 or 3153152. OLE color: 3153152.

HSL color Cylindrical-coordinate representation of color #001D30: hue angle of 203.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D30 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 29 48 -
CMYK 1 0.40 0 0.81
HSL 203.75º 1% 0.09% -
HSV(B) 203.75º 1% 0.19% -
XYZ 0.97 1.09 2.96 -
YUV 22.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 0 29 48 1 0.40 0 0.81 203.75 1 0.09
Hex 0 1D 30 64 28 0 51 CC 64 9
Octal 0 35 60 144 50 0 121 314 144 11
Binary 0 11101 110000 1100100 101000 0 1010001 11001100 1100100 1001

Color Harmonies of #001D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D30

Black with #001D30

Text Example


Text Example

White with #001D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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