Html Css Color HEX #011830 Black Pearl

📋 copy color: '#011830'

red 1 ◦ green 24 ◦ blue 48

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

Shades of Black Pearl #011830

Tints of Black Pearl #011830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 32.88%

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

R = 1.37%
G = 32.88%
B = 65.75%

CMYK

 C value IS 0.98

 M value IS 0.5

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#011830 (or 0x011830) is known color: Black Pearl. HEX triplet: 01, 18 and 30. RGB value is (1,24,48). Sum of RGB (Red+Green+Blue) = 1+24+48=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 48 (19.14% from 255 or 65.75% from 73); Max value from RGB is 48 - color contains mainly: blue. Hex color #011830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011830 is #FEE7CF. Grayscale: #131313. Windows color (decimal): -16705488 or 3151873. OLE color: 3151873.

HSL color Cylindrical-coordinate representation of color #011830: hue angle of 210.64º 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 #011830 is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 24 48 -
CMYK 0.98 0.5 0 0.81
HSL 210.64º 0.96% 0.1% -
HSV(B) 210.64º 0.98% 0.19% -
XYZ 0.87 0.87 2.92 -
YUV 19.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 1 24 48 0.98 0.5 0 0.81 210.64 0.96 0.1
Hex 1 18 30 62 32 0 51 D3 60 A
Octal 1 30 60 142 62 0 121 323 140 12
Binary 1 11000 110000 1100010 110010 0 1010001 11010011 1100000 1010

Color Harmonies of #011830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011830

Black with #011830

Text Example


Text Example

White with #011830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011830; }

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

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

background-color css

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

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

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

border-color css

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

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

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