Html Css Color HEX #301220 Blackberry

📋 copy color: '#301220'

red 48 ◦ green 18 ◦ blue 32

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

Shades of Blackberry #301220

Tints of Blackberry #301220

RGB

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

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

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

R = 48.98%
G = 18.37%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#301220 (or 0x301220) is known color: Blackberry. HEX triplet: 30, 12 and 20. RGB value is (48,18,32). Sum of RGB (Red+Green+Blue) = 48+18+32=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #301220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301220 is #CFEDDF. Grayscale: #1C1C1C. Windows color (decimal): -13626848 or 2101808. OLE color: 2101808.

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

Color convert

RGB 48 18 32 -
CMYK 0 0.63 0.33 0.81
HSL 332º 0.45% 0.13% -
HSV(B) 332º 0.63% 0.19% -
XYZ 1.7 1.17 1.5 -
YUV 28.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 48 18 32 0 0.63 0.33 0.81 332 0.45 0.13
Hex 30 12 20 0 3F 21 51 14C 2D D
Octal 60 22 40 0 77 41 121 514 55 15
Binary 110000 10010 100000 0 111111 100001 1010001 101001100 101101 1101

Color Harmonies of #301220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301220

Black with #301220

Text Example


Text Example

White with #301220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301220; }

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

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

background-color css

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

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

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

border-color css

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

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

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