Html Css Color HEX #300D24 Blackberry

📋 copy color: '#300D24'

red 48 ◦ green 13 ◦ blue 36

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

Shades of Blackberry #300D24

Tints of Blackberry #300D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 37.11%

R = 49.48%
G = 13.4%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#300D24 (or 0x300D24) is known color: Blackberry. HEX triplet: 30, 0D and 24. RGB value is (48,13,36). Sum of RGB (Red+Green+Blue) = 48+13+36=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #300D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D24 is #CFF2DB. Grayscale: #1A1A1A. Windows color (decimal): -13628124 or 2362672. OLE color: 2362672.

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

Color convert

RGB 48 13 36 -
CMYK 0 0.73 0.25 0.81
HSL 320.57º 0.57% 0.12% -
HSV(B) 320.57º 0.73% 0.19% -
XYZ 1.68 1.04 1.78 -
YUV 26.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 48 13 36 0 0.73 0.25 0.81 320.57 0.57 0.12
Hex 30 D 24 0 49 19 51 141 39 C
Octal 60 15 44 0 111 31 121 501 71 14
Binary 110000 1101 100100 0 1001001 11001 1010001 101000001 111001 1100

Color Harmonies of #300D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300D24

Black with #300D24

Text Example


Text Example

White with #300D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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