Html Css Color HEX #061A25 Black Pearl

📋 copy color: '#061A25'

red 6 ◦ green 26 ◦ blue 37

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

Shades of Black Pearl #061A25

Tints of Black Pearl #061A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 37.68%

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

R = 8.7%
G = 37.68%
B = 53.62%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#061A25 (or 0x061A25) is known color: Black Pearl. HEX triplet: 06, 1A and 25. RGB value is (6,26,37). Sum of RGB (Red+Green+Blue) = 6+26+37=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #061A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A25 is #F9E5DA. Grayscale: #151515. Windows color (decimal): -16377307 or 2431494. OLE color: 2431494.

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

Color convert

RGB 6 26 37 -
CMYK 0.84 0.30 0 0.85
HSL 201.29º 0.72% 0.08% -
HSV(B) 201.29º 0.84% 0.15% -
XYZ 0.78 0.91 1.89 -
YUV 21.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 6 26 37 0.84 0.30 0 0.85 201.29 0.72 0.08
Hex 6 1A 25 54 1E 0 55 C9 48 8
Octal 6 32 45 124 36 0 125 311 110 10
Binary 110 11010 100101 1010100 11110 0 1010101 11001001 1001000 1000

Color Harmonies of #061A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061A25

Black with #061A25

Text Example


Text Example

White with #061A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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