Html Css Color HEX #300120 Blackberry

📋 copy color: '#300120'

red 48 ◦ green 1 ◦ blue 32

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

Shades of Blackberry #300120

Tints of Blackberry #300120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.23%

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

R = 59.26%
G = 1.23%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#300120 (or 0x300120) is known color: Blackberry. HEX triplet: 30, 01 and 20. RGB value is (48,1,32). Sum of RGB (Red+Green+Blue) = 48+1+32=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #300120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300120 is #CFFEDF. Grayscale: #121212. Windows color (decimal): -13631200 or 2097456. OLE color: 2097456.

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

Color convert

RGB 48 1 32 -
CMYK 0 0.98 0.33 0.81
HSL 320.43º 0.96% 0.1% -
HSV(B) 320.43º 0.98% 0.19% -
XYZ 1.49 0.75 1.43 -
YUV 18.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 48 1 32 0 0.98 0.33 0.81 320.43 0.96 0.1
Hex 30 1 20 0 62 21 51 140 60 A
Octal 60 1 40 0 142 41 121 500 140 12
Binary 110000 1 100000 0 1100010 100001 1010001 101000000 1100000 1010

Color Harmonies of #300120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300120

Black with #300120

Text Example


Text Example

White with #300120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300120; }

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

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

background-color css

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

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

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

border-color css

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

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

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