Html Css Color HEX #061B30 Black Pearl

📋 copy color: '#061B30'

red 6 ◦ green 27 ◦ blue 48

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

Shades of Black Pearl #061B30

Tints of Black Pearl #061B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 33.33%

 BLUE value IS 48 (19.14% from 255) = 59.26%

R = 7.41%
G = 33.33%
B = 59.26%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#061B30 (or 0x061B30) is known color: Black Pearl. HEX triplet: 06, 1B and 30. RGB value is (6,27,48). Sum of RGB (Red+Green+Blue) = 6+27+48=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #061B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B30 is #F9E4CF. Grayscale: #171717. Windows color (decimal): -16377040 or 3152646. OLE color: 3152646.

HSL color Cylindrical-coordinate representation of color #061B30: hue angle of 210º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061B30 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 27 48 -
CMYK 0.87 0.44 0 0.81
HSL 210º 0.78% 0.11% -
HSV(B) 210º 0.88% 0.19% -
XYZ 1 1.04 2.94 -
YUV 23.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 6 27 48 0.87 0.44 0 0.81 210 0.78 0.11
Hex 6 1B 30 57 2C 0 51 D2 4E B
Octal 6 33 60 127 54 0 121 322 116 13
Binary 110 11011 110000 1010111 101100 0 1010001 11010010 1001110 1011

Color Harmonies of #061B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061B30

Black with #061B30

Text Example


Text Example

White with #061B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,27,48); }

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

background-color css

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

 a { background-color: rgb(6,27,48); }

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

border-color css

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

 span { border-color: rgb(6,27,48); }

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