Html Css Color HEX #300420 Blackberry

📋 copy color: '#300420'

red 48 ◦ green 4 ◦ blue 32

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

Shades of Blackberry #300420

Tints of Blackberry #300420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.76%

 BLUE value IS 32 (12.89% from 255) = 38.1%

R = 57.14%
G = 4.76%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#300420 (or 0x300420) is known color: Blackberry. HEX triplet: 30, 04 and 20. RGB value is (48,4,32). Sum of RGB (Red+Green+Blue) = 48+4+32=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #300420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300420 is #CFFBDF. Grayscale: #141414. Windows color (decimal): -13630432 or 2098224. OLE color: 2098224.

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

Color convert

RGB 48 4 32 -
CMYK 0 0.92 0.33 0.81
HSL 321.82º 0.85% 0.1% -
HSV(B) 321.82º 0.92% 0.19% -
XYZ 1.52 0.82 1.44 -
YUV 20.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 48 4 32 0 0.92 0.33 0.81 321.82 0.85 0.1
Hex 30 4 20 0 5C 21 51 142 55 A
Octal 60 4 40 0 134 41 121 502 125 12
Binary 110000 100 100000 0 1011100 100001 1010001 101000010 1010101 1010

Color Harmonies of #300420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300420

Black with #300420

Text Example


Text Example

White with #300420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300420; }

 p { color: rgb(48,4,32); }

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

background-color css

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

 a { background-color: rgb(48,4,32); }

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

border-color css

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

 span { border-color: rgb(48,4,32); }

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