Html Css Color HEX #061425 Black Pearl

📋 copy color: '#061425'

red 6 ◦ green 20 ◦ blue 37

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

Shades of Black Pearl #061425

Tints of Black Pearl #061425

RGB

 RED value IS 6 (2.73% from 255) = 9.52%

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

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

R = 9.52%
G = 31.75%
B = 58.73%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#061425 (or 0x061425) is known color: Black Pearl. HEX triplet: 06, 14 and 25. RGB value is (6,20,37). Sum of RGB (Red+Green+Blue) = 6+20+37=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #061425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061425 is #F9EBDA. Grayscale: #111111. Windows color (decimal): -16378843 or 2429958. OLE color: 2429958.

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

Color convert

RGB 6 20 37 -
CMYK 0.84 0.46 0 0.85
HSL 212.9º 0.72% 0.08% -
HSV(B) 212.9º 0.84% 0.15% -
XYZ 0.66 0.67 1.85 -
YUV 17.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 6 20 37 0.84 0.46 0 0.85 212.9 0.72 0.08
Hex 6 14 25 54 2E 0 55 D5 48 8
Octal 6 24 45 124 56 0 125 325 110 10
Binary 110 10100 100101 1010100 101110 0 1010101 11010101 1001000 1000

Color Harmonies of #061425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061425

Black with #061425

Text Example


Text Example

White with #061425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061425; }

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

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

background-color css

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

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

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

border-color css

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

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

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