Html Css Color HEX #031825 Black Pearl

📋 copy color: '#031825'

red 3 ◦ green 24 ◦ blue 37

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

Shades of Black Pearl #031825

Tints of Black Pearl #031825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 57.81%

R = 4.69%
G = 37.5%
B = 57.81%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#031825 (or 0x031825) is known color: Black Pearl. HEX triplet: 03, 18 and 25. RGB value is (3,24,37). Sum of RGB (Red+Green+Blue) = 3+24+37=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #031825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031825 is #FCE7DA. Grayscale: #131313. Windows color (decimal): -16574427 or 2430979. OLE color: 2430979.

HSL color Cylindrical-coordinate representation of color #031825: hue angle of 202.94º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #031825 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 3 24 37 -
CMYK 0.92 0.35 0 0.85
HSL 202.94º 0.85% 0.08% -
HSV(B) 202.94º 0.92% 0.15% -
XYZ 0.7 0.81 1.87 -
YUV 19.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 3 24 37 0.92 0.35 0 0.85 202.94 0.85 0.08
Hex 3 18 25 5C 23 0 55 CB 55 8
Octal 3 30 45 134 43 0 125 313 125 10
Binary 11 11000 100101 1011100 100011 0 1010101 11001011 1010101 1000

Color Harmonies of #031825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031825

Black with #031825

Text Example


Text Example

White with #031825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031825; }

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

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

background-color css

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

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

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

border-color css

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

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

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