Html Css Color HEX #061F26 Black Pearl

📋 copy color: '#061F26'

red 6 ◦ green 31 ◦ blue 38

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

Shades of Black Pearl #061F26

Tints of Black Pearl #061F26

RGB

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

 GREEN value IS 31 (12.5% from 255) = 41.33%

 BLUE value IS 38 (15.23% from 255) = 50.67%

R = 8%
G = 41.33%
B = 50.67%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#061F26 (or 0x061F26) is known color: Black Pearl. HEX triplet: 06, 1F and 26. RGB value is (6,31,38). Sum of RGB (Red+Green+Blue) = 6+31+38=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #061F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F26 is #F9E0D9. Grayscale: #181818. Windows color (decimal): -16376026 or 2498310. OLE color: 2498310.

HSL color Cylindrical-coordinate representation of color #061F26: hue angle of 193.12º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #061F26 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 6 31 38 -
CMYK 0.84 0.18 0 0.85
HSL 193.13º 0.73% 0.09% -
HSV(B) 193.13º 0.84% 0.15% -
XYZ 0.91 1.16 2.01 -
YUV 24.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 6 31 38 0.84 0.18 0 0.85 193.13 0.73 0.09
Hex 6 1F 26 54 12 0 55 C1 49 9
Octal 6 37 46 124 22 0 125 301 111 11
Binary 110 11111 100110 1010100 10010 0 1010101 11000001 1001001 1001

Color Harmonies of #061F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061F26

Black with #061F26

Text Example


Text Example

White with #061F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,31,38); }

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

background-color css

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

 a { background-color: rgb(6,31,38); }

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

border-color css

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

 span { border-color: rgb(6,31,38); }

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