Html Css Color HEX #301221 Blackberry

📋 copy color: '#301221'

red 48 ◦ green 18 ◦ blue 33

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

Shades of Blackberry #301221

Tints of Blackberry #301221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.18%

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

R = 48.48%
G = 18.18%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#301221 (or 0x301221) is known color: Blackberry. HEX triplet: 30, 12 and 21. RGB value is (48,18,33). Sum of RGB (Red+Green+Blue) = 48+18+33=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #301221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301221 is #CFEDDE. Grayscale: #1C1C1C. Windows color (decimal): -13626847 or 2167344. OLE color: 2167344.

HSL color Cylindrical-coordinate representation of color #301221: hue angle of 330º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301221 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 33 -
CMYK 0 0.63 0.31 0.81
HSL 330º 0.45% 0.13% -
HSV(B) 330º 0.63% 0.19% -
XYZ 1.71 1.17 1.57 -
YUV 28.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 48 18 33 0 0.63 0.31 0.81 330 0.45 0.13
Hex 30 12 21 0 3F 1F 51 14A 2D D
Octal 60 22 41 0 77 37 121 512 55 15
Binary 110000 10010 100001 0 111111 11111 1010001 101001010 101101 1101

Color Harmonies of #301221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301221

Black with #301221

Text Example


Text Example

White with #301221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301221; }

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

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

background-color css

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

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

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

border-color css

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

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

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