Html Css Color HEX #061C25 Black Pearl

📋 copy color: '#061C25'

red 6 ◦ green 28 ◦ blue 37

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

Shades of Black Pearl #061C25

Tints of Black Pearl #061C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 39.44%

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

R = 8.45%
G = 39.44%
B = 52.11%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#061C25 (or 0x061C25) is known color: Black Pearl. HEX triplet: 06, 1C and 25. RGB value is (6,28,37). Sum of RGB (Red+Green+Blue) = 6+28+37=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #061C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C25 is #F9E3DA. Grayscale: #161616. Windows color (decimal): -16376795 or 2432006. OLE color: 2432006.

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

Color convert

RGB 6 28 37 -
CMYK 0.84 0.24 0 0.85
HSL 197.42º 0.72% 0.08% -
HSV(B) 197.42º 0.84% 0.15% -
XYZ 0.82 1 1.9 -
YUV 22.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 6 28 37 0.84 0.24 0 0.85 197.42 0.72 0.08
Hex 6 1C 25 54 18 0 55 C5 48 8
Octal 6 34 45 124 30 0 125 305 110 10
Binary 110 11100 100101 1010100 11000 0 1010101 11000101 1001000 1000

Color Harmonies of #061C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C25

Black with #061C25

Text Example


Text Example

White with #061C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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