Html Css Color HEX #301020 Blackberry

📋 copy color: '#301020'

red 48 ◦ green 16 ◦ blue 32

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

Shades of Blackberry #301020

Tints of Blackberry #301020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.67%

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

R = 50%
G = 16.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#301020 (or 0x301020) is known color: Blackberry. HEX triplet: 30, 10 and 20. RGB value is (48,16,32). Sum of RGB (Red+Green+Blue) = 48+16+32=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #301020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301020 is #CFEFDF. Grayscale: #1B1B1B. Windows color (decimal): -13627360 or 2101296. OLE color: 2101296.

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

Color convert

RGB 48 16 32 -
CMYK 0 0.67 0.33 0.81
HSL 330º 0.5% 0.13% -
HSV(B) 330º 0.67% 0.19% -
XYZ 1.66 1.1 1.49 -
YUV 27.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 48 16 32 0 0.67 0.33 0.81 330 0.5 0.13
Hex 30 10 20 0 43 21 51 14A 32 D
Octal 60 20 40 0 103 41 121 512 62 15
Binary 110000 10000 100000 0 1000011 100001 1010001 101001010 110010 1101

Color Harmonies of #301020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301020

Black with #301020

Text Example


Text Example

White with #301020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301020; }

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

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

background-color css

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

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

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

border-color css

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

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

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