Html Css Color HEX #300221 Blackberry

📋 copy color: '#300221'

red 48 ◦ green 2 ◦ blue 33

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

Shades of Blackberry #300221

Tints of Blackberry #300221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.41%

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

R = 57.83%
G = 2.41%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#300221 (or 0x300221) is known color: Blackberry. HEX triplet: 30, 02 and 21. RGB value is (48,2,33). Sum of RGB (Red+Green+Blue) = 48+2+33=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #300221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300221 is #CFFDDE. Grayscale: #131313. Windows color (decimal): -13630943 or 2163248. OLE color: 2163248.

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

Color convert

RGB 48 2 33 -
CMYK 0 0.96 0.31 0.81
HSL 319.57º 0.92% 0.1% -
HSV(B) 319.57º 0.96% 0.19% -
XYZ 1.52 0.78 1.51 -
YUV 19.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 48 2 33 0 0.96 0.31 0.81 319.57 0.92 0.1
Hex 30 2 21 0 60 1F 51 140 5C A
Octal 60 2 41 0 140 37 121 500 134 12
Binary 110000 10 100001 0 1100000 11111 1010001 101000000 1011100 1010

Color Harmonies of #300221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300221

Black with #300221

Text Example


Text Example

White with #300221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300221; }

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

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

background-color css

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

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

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

border-color css

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

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

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