Html Css Color HEX #012336 Black Pearl

📋 copy color: '#012336'

red 1 ◦ green 35 ◦ blue 54

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

Shades of Black Pearl #012336

Tints of Black Pearl #012336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 38.89%

 BLUE value IS 54 (21.48% from 255) = 60%

R = 1.11%
G = 38.89%
B = 60%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#012336 (or 0x012336) is known color: Black Pearl. HEX triplet: 01, 23 and 36. RGB value is (1,35,54). Sum of RGB (Red+Green+Blue) = 1+35+54=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 54 (21.48% from 255 or 60% from 90); Max value from RGB is 54 - color contains mainly: blue. Hex color #012336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012336 is #FEDCC9. Grayscale: #1A1A1A. Windows color (decimal): -16702666 or 3547905. OLE color: 3547905.

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

Color convert

RGB 1 35 54 -
CMYK 0.98 0.35 0 0.79
HSL 201.51º 0.96% 0.11% -
HSV(B) 201.51º 0.98% 0.21% -
XYZ 1.28 1.47 3.71 -
YUV 27 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 1 35 54 0.98 0.35 0 0.79 201.51 0.96 0.11
Hex 1 23 36 62 23 0 4F CA 60 B
Octal 1 43 66 142 43 0 117 312 140 13
Binary 1 100011 110110 1100010 100011 0 1001111 11001010 1100000 1011

Color Harmonies of #012336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012336

Black with #012336

Text Example


Text Example

White with #012336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012336; }

 p { color: rgb(1,35,54); }

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

background-color css

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

 a { background-color: rgb(1,35,54); }

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

border-color css

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

 span { border-color: rgb(1,35,54); }

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