Html Css Color HEX #300D21 Blackberry

📋 copy color: '#300D21'

red 48 ◦ green 13 ◦ blue 33

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

Shades of Blackberry #300D21

Tints of Blackberry #300D21

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.83%

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

R = 51.06%
G = 13.83%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#300D21 (or 0x300D21) is known color: Blackberry. HEX triplet: 30, 0D and 21. RGB value is (48,13,33). Sum of RGB (Red+Green+Blue) = 48+13+33=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #300D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D21 is #CFF2DE. Grayscale: #191919. Windows color (decimal): -13628127 or 2166064. OLE color: 2166064.

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

Color convert

RGB 48 13 33 -
CMYK 0 0.73 0.31 0.81
HSL 325.71º 0.57% 0.12% -
HSV(B) 325.71º 0.73% 0.19% -
XYZ 1.64 1.03 1.55 -
YUV 25.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 48 13 33 0 0.73 0.31 0.81 325.71 0.57 0.12
Hex 30 D 21 0 49 1F 51 146 39 C
Octal 60 15 41 0 111 37 121 506 71 14
Binary 110000 1101 100001 0 1001001 11111 1010001 101000110 111001 1100

Color Harmonies of #300D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300D21

Black with #300D21

Text Example


Text Example

White with #300D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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