Html Css Color HEX #300521 Blackberry

📋 copy color: '#300521'

red 48 ◦ green 5 ◦ blue 33

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

Shades of Blackberry #300521

Tints of Blackberry #300521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 38.37%

R = 55.81%
G = 5.81%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#300521 (or 0x300521) is known color: Blackberry. HEX triplet: 30, 05 and 21. RGB value is (48,5,33). Sum of RGB (Red+Green+Blue) = 48+5+33=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300521 is #CFFADE. Grayscale: #141414. Windows color (decimal): -13630175 or 2164016. OLE color: 2164016.

HSL color Cylindrical-coordinate representation of color #300521: hue angle of 320.93º 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 #300521 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 5 33 -
CMYK 0 0.90 0.31 0.81
HSL 320.93º 0.81% 0.1% -
HSV(B) 320.93º 0.9% 0.19% -
XYZ 1.55 0.85 1.52 -
YUV 21.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 48 5 33 0 0.90 0.31 0.81 320.93 0.81 0.1
Hex 30 5 21 0 5A 1F 51 141 51 A
Octal 60 5 41 0 132 37 121 501 121 12
Binary 110000 101 100001 0 1011010 11111 1010001 101000001 1010001 1010

Color Harmonies of #300521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300521

Black with #300521

Text Example


Text Example

White with #300521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300521; }

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

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

background-color css

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

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

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

border-color css

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

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

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