Html Css Color HEX #300116 Blackberry

📋 copy color: '#300116'

red 48 ◦ green 1 ◦ blue 22

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

Shades of Blackberry #300116

Tints of Blackberry #300116

RGB

 RED value IS 48 (19.14% from 255) = 67.61%

 GREEN value IS 1 (0.78% from 255) = 1.41%

 BLUE value IS 22 (8.98% from 255) = 30.99%

R = 67.61%
G = 1.41%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#300116 (or 0x300116) is known color: Blackberry. HEX triplet: 30, 01 and 16. RGB value is (48,1,22). Sum of RGB (Red+Green+Blue) = 48+1+22=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #300116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300116 is #CFFEE9. Grayscale: #111111. Windows color (decimal): -13631210 or 1442096. OLE color: 1442096.

HSL color Cylindrical-coordinate representation of color #300116: hue angle of 333.19º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300116 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 1 22 -
CMYK 0 0.98 0.54 0.81
HSL 333.19º 0.96% 0.1% -
HSV(B) 333.19º 0.98% 0.19% -
XYZ 1.37 0.71 0.82 -
YUV 17.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 48 1 22 0 0.98 0.54 0.81 333.19 0.96 0.1
Hex 30 1 16 0 62 36 51 14D 60 A
Octal 60 1 26 0 142 66 121 515 140 12
Binary 110000 1 10110 0 1100010 110110 1010001 101001101 1100000 1010

Color Harmonies of #300116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300116

Black with #300116

Text Example


Text Example

White with #300116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300116; }

 p { color: rgb(48,1,22); }

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

background-color css

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

 a { background-color: rgb(48,1,22); }

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

border-color css

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

 span { border-color: rgb(48,1,22); }

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