Html Css Color HEX #061725 Black Pearl

📋 copy color: '#061725'

red 6 ◦ green 23 ◦ blue 37

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

Shades of Black Pearl #061725

Tints of Black Pearl #061725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 34.85%

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

R = 9.09%
G = 34.85%
B = 56.06%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#061725 (or 0x061725) is known color: Black Pearl. HEX triplet: 06, 17 and 25. RGB value is (6,23,37). Sum of RGB (Red+Green+Blue) = 6+23+37=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #061725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061725 is #F9E8DA. Grayscale: #131313. Windows color (decimal): -16378075 or 2430726. OLE color: 2430726.

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

Color convert

RGB 6 23 37 -
CMYK 0.84 0.38 0 0.85
HSL 207.1º 0.72% 0.08% -
HSV(B) 207.1º 0.84% 0.15% -
XYZ 0.72 0.79 1.86 -
YUV 19.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 6 23 37 0.84 0.38 0 0.85 207.1 0.72 0.08
Hex 6 17 25 54 26 0 55 CF 48 8
Octal 6 27 45 124 46 0 125 317 110 10
Binary 110 10111 100101 1010100 100110 0 1010101 11001111 1001000 1000

Color Harmonies of #061725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061725

Black with #061725

Text Example


Text Example

White with #061725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061725; }

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

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

background-color css

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

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

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

border-color css

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

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

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