Html Css Color HEX #300F20 Blackberry

📋 copy color: '#300F20'

red 48 ◦ green 15 ◦ blue 32

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

Shades of Blackberry #300F20

Tints of Blackberry #300F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.79%

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

R = 50.53%
G = 15.79%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#300F20 (or 0x300F20) is known color: Blackberry. HEX triplet: 30, 0F and 20. RGB value is (48,15,32). Sum of RGB (Red+Green+Blue) = 48+15+32=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #300F20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F20 is #CFF0DF. Grayscale: #1A1A1A. Windows color (decimal): -13627616 or 2101040. OLE color: 2101040.

HSL color Cylindrical-coordinate representation of color #300F20: hue angle of 329.09º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #300F20 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 15 32 -
CMYK 0 0.69 0.33 0.81
HSL 329.09º 0.52% 0.12% -
HSV(B) 329.09º 0.69% 0.19% -
XYZ 1.65 1.07 1.49 -
YUV 26.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 48 15 32 0 0.69 0.33 0.81 329.09 0.52 0.12
Hex 30 F 20 0 45 21 51 149 34 C
Octal 60 17 40 0 105 41 121 511 64 14
Binary 110000 1111 100000 0 1000101 100001 1010001 101001001 110100 1100

Color Harmonies of #300F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F20

Black with #300F20

Text Example


Text Example

White with #300F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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