Html Css Color HEX #061C36 Black Pearl

📋 copy color: '#061C36'

red 6 ◦ green 28 ◦ blue 54

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

Shades of Black Pearl #061C36

Tints of Black Pearl #061C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 61.36%

R = 6.82%
G = 31.82%
B = 61.36%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#061C36 (or 0x061C36) is known color: Black Pearl. HEX triplet: 06, 1C and 36. RGB value is (6,28,54). Sum of RGB (Red+Green+Blue) = 6+28+54=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #061C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C36 is #F9E3C9. Grayscale: #181818. Windows color (decimal): -16376778 or 3546118. OLE color: 3546118.

HSL color Cylindrical-coordinate representation of color #061C36: hue angle of 212.5º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #061C36 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 28 54 -
CMYK 0.89 0.48 0 0.79
HSL 212.5º 0.8% 0.12% -
HSV(B) 212.5º 0.89% 0.21% -
XYZ 1.16 1.14 3.65 -
YUV 24.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 6 28 54 0.89 0.48 0 0.79 212.5 0.8 0.12
Hex 6 1C 36 59 30 0 4F D4 50 C
Octal 6 34 66 131 60 0 117 324 120 14
Binary 110 11100 110110 1011001 110000 0 1001111 11010100 1010000 1100

Color Harmonies of #061C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C36

Black with #061C36

Text Example


Text Example

White with #061C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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