Html Css Color HEX #300E1D Blackberry

📋 copy color: '#300E1D'

red 48 ◦ green 14 ◦ blue 29

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

Shades of Blackberry #300E1D

Tints of Blackberry #300E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 31.87%

R = 52.75%
G = 15.38%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#300E1D (or 0x300E1D) is known color: Blackberry. HEX triplet: 30, 0E and 1D. RGB value is (48,14,29). Sum of RGB (Red+Green+Blue) = 48+14+29=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E1D is #CFF1E2. Grayscale: #191919. Windows color (decimal): -13627875 or 1904176. OLE color: 1904176.

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

Color convert

RGB 48 14 29 -
CMYK 0 0.71 0.40 0.81
HSL 333.53º 0.55% 0.12% -
HSV(B) 333.53º 0.71% 0.19% -
XYZ 1.6 1.03 1.28 -
YUV 25.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 48 14 29 0 0.71 0.40 0.81 333.53 0.55 0.12
Hex 30 E 1D 0 47 28 51 14E 37 C
Octal 60 16 35 0 107 50 121 516 67 14
Binary 110000 1110 11101 0 1000111 101000 1010001 101001110 110111 1100

Color Harmonies of #300E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E1D

Black with #300E1D

Text Example


Text Example

White with #300E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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