Html Css Color HEX #301521 Blackberry

📋 copy color: '#301521'

red 48 ◦ green 21 ◦ blue 33

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

Shades of Blackberry #301521

Tints of Blackberry #301521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.59%

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

R = 47.06%
G = 20.59%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#301521 (or 0x301521) is known color: Blackberry. HEX triplet: 30, 15 and 21. RGB value is (48,21,33). Sum of RGB (Red+Green+Blue) = 48+21+33=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #301521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301521 is #CFEADE. Grayscale: #1E1E1E. Windows color (decimal): -13626079 or 2168112. OLE color: 2168112.

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

Color convert

RGB 48 21 33 -
CMYK 0 0.56 0.31 0.81
HSL 333.33º 0.39% 0.14% -
HSV(B) 333.33º 0.56% 0.19% -
XYZ 1.76 1.27 1.59 -
YUV 30.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 48 21 33 0 0.56 0.31 0.81 333.33 0.39 0.14
Hex 30 15 21 0 38 1F 51 14D 27 E
Octal 60 25 41 0 70 37 121 515 47 16
Binary 110000 10101 100001 0 111000 11111 1010001 101001101 100111 1110

Color Harmonies of #301521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301521

Black with #301521

Text Example


Text Example

White with #301521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301521; }

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

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

background-color css

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

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

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

border-color css

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

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

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