Html Css Color HEX #011B35 Black Pearl

📋 copy color: '#011B35'

red 1 ◦ green 27 ◦ blue 53

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

Shades of Black Pearl #011B35

Tints of Black Pearl #011B35

RGB

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

 GREEN value IS 27 (10.94% from 255) = 33.33%

 BLUE value IS 53 (21.09% from 255) = 65.43%

R = 1.23%
G = 33.33%
B = 65.43%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#011B35 (or 0x011B35) is known color: Black Pearl. HEX triplet: 01, 1B and 35. RGB value is (1,27,53). Sum of RGB (Red+Green+Blue) = 1+27+53=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 53 (21.09% from 255 or 65.43% from 81); Max value from RGB is 53 - color contains mainly: blue. Hex color #011B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B35 is #FEE4CA. Grayscale: #161616. Windows color (decimal): -16704715 or 3480321. OLE color: 3480321.

HSL color Cylindrical-coordinate representation of color #011B35: hue angle of 210º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011B35 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 27 53 -
CMYK 0.98 0.49 0 0.79
HSL 210º 0.96% 0.11% -
HSV(B) 210º 0.98% 0.21% -
XYZ 1.05 1.05 3.52 -
YUV 22.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 1 27 53 0.98 0.49 0 0.79 210 0.96 0.11
Hex 1 1B 35 62 31 0 4F D2 60 B
Octal 1 33 65 142 61 0 117 322 140 13
Binary 1 11011 110101 1100010 110001 0 1001111 11010010 1100000 1011

Color Harmonies of #011B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B35

Black with #011B35

Text Example


Text Example

White with #011B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011B35; }

 p { color: rgb(1,27,53); }

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

background-color css

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

 a { background-color: rgb(1,27,53); }

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

border-color css

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

 span { border-color: rgb(1,27,53); }

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