Html Css Color HEX #031835 Black Pearl

📋 copy color: '#031835'

red 3 ◦ green 24 ◦ blue 53

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

Shades of Black Pearl #031835

Tints of Black Pearl #031835

RGB

 RED value IS 3 (1.56% from 255) = 3.75%

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

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

R = 3.75%
G = 30%
B = 66.25%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#031835 (or 0x031835) is known color: Black Pearl. HEX triplet: 03, 18 and 35. RGB value is (3,24,53). Sum of RGB (Red+Green+Blue) = 3+24+53=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #031835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031835 is #FCE7CA. Grayscale: #141414. Windows color (decimal): -16574411 or 3479555. OLE color: 3479555.

HSL color Cylindrical-coordinate representation of color #031835: hue angle of 214.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031835 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 3 24 53 -
CMYK 0.94 0.55 0 0.79
HSL 214.8º 0.89% 0.11% -
HSV(B) 214.8º 0.94% 0.21% -
XYZ 1.01 0.93 3.49 -
YUV 21.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 3 24 53 0.94 0.55 0 0.79 214.8 0.89 0.11
Hex 3 18 35 5E 37 0 4F D7 59 B
Octal 3 30 65 136 67 0 117 327 131 13
Binary 11 11000 110101 1011110 110111 0 1001111 11010111 1011001 1011

Color Harmonies of #031835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031835

Black with #031835

Text Example


Text Example

White with #031835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031835; }

 p { color: rgb(3,24,53); }

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

background-color css

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

 a { background-color: rgb(3,24,53); }

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

border-color css

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

 span { border-color: rgb(3,24,53); }

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