Html Css Color HEX #300F21 Blackberry

📋 copy color: '#300F21'

red 48 ◦ green 15 ◦ blue 33

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

Shades of Blackberry #300F21

Tints of Blackberry #300F21

RGB

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

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

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

R = 50%
G = 15.63%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#300F21 (or 0x300F21) is known color: Blackberry. HEX triplet: 30, 0F and 21. RGB value is (48,15,33). Sum of RGB (Red+Green+Blue) = 48+15+33=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #300F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F21 is #CFF0DE. Grayscale: #1A1A1A. Windows color (decimal): -13627615 or 2166576. OLE color: 2166576.

HSL color Cylindrical-coordinate representation of color #300F21: hue angle of 327.27º 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 #300F21 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 15 33 -
CMYK 0 0.69 0.31 0.81
HSL 327.27º 0.52% 0.12% -
HSV(B) 327.27º 0.69% 0.19% -
XYZ 1.66 1.08 1.56 -
YUV 26.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 48 15 33 0 0.69 0.31 0.81 327.27 0.52 0.12
Hex 30 F 21 0 45 1F 51 147 34 C
Octal 60 17 41 0 105 37 121 507 64 14
Binary 110000 1111 100001 0 1000101 11111 1010001 101000111 110100 1100

Color Harmonies of #300F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F21

Black with #300F21

Text Example


Text Example

White with #300F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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