Html Css Color HEX #061925 Black Pearl

📋 copy color: '#061925'

red 6 ◦ green 25 ◦ blue 37

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

Shades of Black Pearl #061925

Tints of Black Pearl #061925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 36.76%

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

R = 8.82%
G = 36.76%
B = 54.41%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#061925 (or 0x061925) is known color: Black Pearl. HEX triplet: 06, 19 and 25. RGB value is (6,25,37). Sum of RGB (Red+Green+Blue) = 6+25+37=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #061925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061925 is #F9E6DA. Grayscale: #141414. Windows color (decimal): -16377563 or 2431238. OLE color: 2431238.

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

Color convert

RGB 6 25 37 -
CMYK 0.84 0.32 0 0.85
HSL 203.23º 0.72% 0.08% -
HSV(B) 203.23º 0.84% 0.15% -
XYZ 0.76 0.87 1.88 -
YUV 20.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 6 25 37 0.84 0.32 0 0.85 203.23 0.72 0.08
Hex 6 19 25 54 20 0 55 CB 48 8
Octal 6 31 45 124 40 0 125 313 110 10
Binary 110 11001 100101 1010100 100000 0 1010101 11001011 1001000 1000

Color Harmonies of #061925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061925

Black with #061925

Text Example


Text Example

White with #061925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061925; }

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

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

background-color css

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

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

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

border-color css

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

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

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