Html Css Color HEX #300A21 Blackberry

📋 copy color: '#300A21'

red 48 ◦ green 10 ◦ blue 33

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

Shades of Blackberry #300A21

Tints of Blackberry #300A21

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.99%

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

R = 52.75%
G = 10.99%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#300A21 (or 0x300A21) is known color: Blackberry. HEX triplet: 30, 0A and 21. RGB value is (48,10,33). Sum of RGB (Red+Green+Blue) = 48+10+33=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A21 is #CFF5DE. Grayscale: #171717. Windows color (decimal): -13628895 or 2165296. OLE color: 2165296.

HSL color Cylindrical-coordinate representation of color #300A21: hue angle of 323.68º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300A21 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 10 33 -
CMYK 0 0.79 0.31 0.81
HSL 323.68º 0.66% 0.11% -
HSV(B) 323.68º 0.79% 0.19% -
XYZ 1.6 0.96 1.54 -
YUV 23.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 48 10 33 0 0.79 0.31 0.81 323.68 0.66 0.11
Hex 30 A 21 0 4F 1F 51 144 42 B
Octal 60 12 41 0 117 37 121 504 102 13
Binary 110000 1010 100001 0 1001111 11111 1010001 101000100 1000010 1011

Color Harmonies of #300A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A21

Black with #300A21

Text Example


Text Example

White with #300A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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