Html Css Color HEX #300520 Blackberry

📋 copy color: '#300520'

red 48 ◦ green 5 ◦ blue 32

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

Shades of Blackberry #300520

Tints of Blackberry #300520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.88%

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

R = 56.47%
G = 5.88%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#300520 (or 0x300520) is known color: Blackberry. HEX triplet: 30, 05 and 20. RGB value is (48,5,32). Sum of RGB (Red+Green+Blue) = 48+5+32=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #300520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300520 is #CFFADF. Grayscale: #141414. Windows color (decimal): -13630176 or 2098480. OLE color: 2098480.

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

Color convert

RGB 48 5 32 -
CMYK 0 0.90 0.33 0.81
HSL 322.33º 0.81% 0.1% -
HSV(B) 322.33º 0.9% 0.19% -
XYZ 1.53 0.84 1.45 -
YUV 20.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 48 5 32 0 0.90 0.33 0.81 322.33 0.81 0.1
Hex 30 5 20 0 5A 21 51 142 51 A
Octal 60 5 40 0 132 41 121 502 121 12
Binary 110000 101 100000 0 1011010 100001 1010001 101000010 1010001 1010

Color Harmonies of #300520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300520

Black with #300520

Text Example


Text Example

White with #300520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300520; }

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

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

background-color css

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

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

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

border-color css

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

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

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