Html Css Color HEX #061225 Black Pearl

📋 copy color: '#061225'

red 6 ◦ green 18 ◦ blue 37

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

Shades of Black Pearl #061225

Tints of Black Pearl #061225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 29.51%

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

R = 9.84%
G = 29.51%
B = 60.66%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#061225 (or 0x061225) is known color: Black Pearl. HEX triplet: 06, 12 and 25. RGB value is (6,18,37). Sum of RGB (Red+Green+Blue) = 6+18+37=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #061225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061225 is #F9EDDA. Grayscale: #101010. Windows color (decimal): -16379355 or 2429446. OLE color: 2429446.

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

Color convert

RGB 6 18 37 -
CMYK 0.84 0.51 0 0.85
HSL 216.77º 0.72% 0.08% -
HSV(B) 216.77º 0.84% 0.15% -
XYZ 0.63 0.6 1.83 -
YUV 16.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 6 18 37 0.84 0.51 0 0.85 216.77 0.72 0.08
Hex 6 12 25 54 33 0 55 D9 48 8
Octal 6 22 45 124 63 0 125 331 110 10
Binary 110 10010 100101 1010100 110011 0 1010101 11011001 1001000 1000

Color Harmonies of #061225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061225

Black with #061225

Text Example


Text Example

White with #061225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061225; }

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

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

background-color css

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

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

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

border-color css

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

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

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