Html Css Color HEX #300E24 Blackberry

📋 copy color: '#300E24'

red 48 ◦ green 14 ◦ blue 36

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

Shades of Blackberry #300E24

Tints of Blackberry #300E24

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.29%

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

R = 48.98%
G = 14.29%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#300E24 (or 0x300E24) is known color: Blackberry. HEX triplet: 30, 0E and 24. RGB value is (48,14,36). Sum of RGB (Red+Green+Blue) = 48+14+36=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #300E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E24 is #CFF1DB. Grayscale: #1A1A1A. Windows color (decimal): -13627868 or 2362928. OLE color: 2362928.

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

Color convert

RGB 48 14 36 -
CMYK 0 0.71 0.25 0.81
HSL 321.18º 0.55% 0.12% -
HSV(B) 321.18º 0.71% 0.19% -
XYZ 1.69 1.07 1.79 -
YUV 26.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 48 14 36 0 0.71 0.25 0.81 321.18 0.55 0.12
Hex 30 E 24 0 47 19 51 141 37 C
Octal 60 16 44 0 107 31 121 501 67 14
Binary 110000 1110 100100 0 1000111 11001 1010001 101000001 110111 1100

Color Harmonies of #300E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E24

Black with #300E24

Text Example


Text Example

White with #300E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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