Html Css Color HEX #031425 Black Pearl

📋 copy color: '#031425'

red 3 ◦ green 20 ◦ blue 37

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

Shades of Black Pearl #031425

Tints of Black Pearl #031425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 33.33%

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

R = 5%
G = 33.33%
B = 61.67%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#031425 (or 0x031425) is known color: Black Pearl. HEX triplet: 03, 14 and 25. RGB value is (3,20,37). Sum of RGB (Red+Green+Blue) = 3+20+37=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #031425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031425 is #FCEBDA. Grayscale: #101010. Windows color (decimal): -16575451 or 2429955. OLE color: 2429955.

HSL color Cylindrical-coordinate representation of color #031425: hue angle of 210º 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 #031425 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 3 20 37 -
CMYK 0.92 0.46 0 0.85
HSL 210º 0.85% 0.08% -
HSV(B) 210º 0.92% 0.15% -
XYZ 0.62 0.65 1.84 -
YUV 16.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 3 20 37 0.92 0.46 0 0.85 210 0.85 0.08
Hex 3 14 25 5C 2E 0 55 D2 55 8
Octal 3 24 45 134 56 0 125 322 125 10
Binary 11 10100 100101 1011100 101110 0 1010101 11010010 1010101 1000

Color Harmonies of #031425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031425

Black with #031425

Text Example


Text Example

White with #031425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031425; }

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

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

background-color css

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

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

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

border-color css

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

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

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