Html Css Color HEX #300016 Blackberry

📋 copy color: '#300016'

red 48 ◦ green 0 ◦ blue 22

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

Shades of Blackberry #300016

Tints of Blackberry #300016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.57%
G = 0%
B = 31.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#300016 (or 0x300016) is known color: Blackberry. HEX triplet: 30, 00 and 16. RGB value is (48,0,22). Sum of RGB (Red+Green+Blue) = 48+0+22=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #300016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300016 is #CFFFE9. Grayscale: #101010. Windows color (decimal): -13631466 or 1441840. OLE color: 1441840.

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

Color convert

RGB 48 0 22 -
CMYK 0 1 0.54 0.81
HSL 332.5º 1% 0.09% -
HSV(B) 332.5º 1% 0.19% -
XYZ 1.36 0.69 0.82 -
YUV 16.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 48 0 22 0 1 0.54 0.81 332.5 1 0.09
Hex 30 0 16 0 64 36 51 14C 64 9
Octal 60 0 26 0 144 66 121 514 144 11
Binary 110000 0 10110 0 1100100 110110 1010001 101001100 1100100 1001

Color Harmonies of #300016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300016

Black with #300016

Text Example


Text Example

White with #300016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300016; }

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

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

background-color css

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

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

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

border-color css

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

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

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