Html Css Color HEX #011530 Black Pearl

📋 copy color: '#011530'

red 1 ◦ green 21 ◦ blue 48

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

Shades of Black Pearl #011530

Tints of Black Pearl #011530

RGB

 RED value IS 1 (0.78% from 255) = 1.43%

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

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

R = 1.43%
G = 30%
B = 68.57%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#011530 (or 0x011530) is known color: Black Pearl. HEX triplet: 01, 15 and 30. RGB value is (1,21,48). Sum of RGB (Red+Green+Blue) = 1+21+48=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 48 (19.14% from 255 or 68.57% from 70); Max value from RGB is 48 - color contains mainly: blue. Hex color #011530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011530 is #FEEACF. Grayscale: #111111. Windows color (decimal): -16706256 or 3151105. OLE color: 3151105.

HSL color Cylindrical-coordinate representation of color #011530: hue angle of 214.47º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011530 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 21 48 -
CMYK 0.98 0.56 0 0.81
HSL 214.47º 0.96% 0.1% -
HSV(B) 214.47º 0.98% 0.19% -
XYZ 0.81 0.76 2.9 -
YUV 18.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 1 21 48 0.98 0.56 0 0.81 214.47 0.96 0.1
Hex 1 15 30 62 38 0 51 D6 60 A
Octal 1 25 60 142 70 0 121 326 140 12
Binary 1 10101 110000 1100010 111000 0 1010001 11010110 1100000 1010

Color Harmonies of #011530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011530

Black with #011530

Text Example


Text Example

White with #011530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011530; }

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

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

background-color css

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

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

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

border-color css

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

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

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