Html Css Color HEX #300E23 Blackberry

📋 copy color: '#300E23'

red 48 ◦ green 14 ◦ blue 35

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

Shades of Blackberry #300E23

Tints of Blackberry #300E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 36.08%

R = 49.48%
G = 14.43%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#300E23 (or 0x300E23) is known color: Blackberry. HEX triplet: 30, 0E and 23. RGB value is (48,14,35). Sum of RGB (Red+Green+Blue) = 48+14+35=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #300E23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E23 is #CFF1DC. Grayscale: #1A1A1A. Windows color (decimal): -13627869 or 2297392. OLE color: 2297392.

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

Color convert

RGB 48 14 35 -
CMYK 0 0.71 0.27 0.81
HSL 322.94º 0.55% 0.12% -
HSV(B) 322.94º 0.71% 0.19% -
XYZ 1.68 1.06 1.71 -
YUV 26.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 48 14 35 0 0.71 0.27 0.81 322.94 0.55 0.12
Hex 30 E 23 0 47 1B 51 143 37 C
Octal 60 16 43 0 107 33 121 503 67 14
Binary 110000 1110 100011 0 1000111 11011 1010001 101000011 110111 1100

Color Harmonies of #300E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E23

Black with #300E23

Text Example


Text Example

White with #300E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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