Html Css Color HEX #001530 Black Pearl

📋 copy color: '#001530'

red 0 ◦ green 21 ◦ blue 48

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

Shades of Black Pearl #001530

Tints of Black Pearl #001530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 30.43%

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

R = 0%
G = 30.43%
B = 69.57%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#001530 (or 0x001530) is known color: Black Pearl. HEX triplet: 00, 15 and 30. RGB value is (0,21,48). Sum of RGB (Red+Green+Blue) = 0+21+48=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #001530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001530 is #FFEACF. Grayscale: #111111. Windows color (decimal): -16771792 or 3151104. OLE color: 3151104.

HSL color Cylindrical-coordinate representation of color #001530: hue angle of 213.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 #001530 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 21 48 -
CMYK 1 0.56 0 0.81
HSL 213.75º 1% 0.09% -
HSV(B) 213.75º 1% 0.19% -
XYZ 0.8 0.75 2.9 -
YUV 17.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 0 21 48 1 0.56 0 0.81 213.75 1 0.09
Hex 0 15 30 64 38 0 51 D6 64 9
Octal 0 25 60 144 70 0 121 326 144 11
Binary 0 10101 110000 1100100 111000 0 1010001 11010110 1100100 1001

Color Harmonies of #001530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001530

Black with #001530

Text Example


Text Example

White with #001530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001530; }

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

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

background-color css

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

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

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

border-color css

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

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

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