Html Css Color HEX #061525 Black Pearl

📋 copy color: '#061525'

red 6 ◦ green 21 ◦ blue 37

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

Shades of Black Pearl #061525

Tints of Black Pearl #061525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 32.81%

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

R = 9.38%
G = 32.81%
B = 57.81%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#061525 (or 0x061525) is known color: Black Pearl. HEX triplet: 06, 15 and 25. RGB value is (6,21,37). Sum of RGB (Red+Green+Blue) = 6+21+37=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 21 (8.59% from 255 or 32.81% 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 #061525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061525 is #F9EADA. Grayscale: #121212. Windows color (decimal): -16378587 or 2430214. OLE color: 2430214.

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

Color convert

RGB 6 21 37 -
CMYK 0.84 0.43 0 0.85
HSL 210.97º 0.72% 0.08% -
HSV(B) 210.97º 0.84% 0.15% -
XYZ 0.68 0.71 1.85 -
YUV 18.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 6 21 37 0.84 0.43 0 0.85 210.97 0.72 0.08
Hex 6 15 25 54 2B 0 55 D3 48 8
Octal 6 25 45 124 53 0 125 323 110 10
Binary 110 10101 100101 1010100 101011 0 1010101 11010011 1001000 1000

Color Harmonies of #061525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061525

Black with #061525

Text Example


Text Example

White with #061525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061525; }

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

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

background-color css

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

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

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

border-color css

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

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

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