Html Css Color HEX #300928 Blackberry

📋 copy color: '#300928'

red 48 ◦ green 9 ◦ blue 40

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

Shades of Blackberry #300928

Tints of Blackberry #300928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.28%

 BLUE value IS 40 (16.02% from 255) = 41.24%

R = 49.48%
G = 9.28%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#300928 (or 0x300928) is known color: Blackberry. HEX triplet: 30, 09 and 28. RGB value is (48,9,40). Sum of RGB (Red+Green+Blue) = 48+9+40=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #300928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300928 is #CFF6D7. Grayscale: #181818. Windows color (decimal): -13629144 or 2623792. OLE color: 2623792.

HSL color Cylindrical-coordinate representation of color #300928: hue angle of 312.31º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300928 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 9 40 -
CMYK 0 0.81 0.17 0.81
HSL 312.31º 0.68% 0.11% -
HSV(B) 312.31º 0.81% 0.19% -
XYZ 1.7 0.98 2.11 -
YUV 24.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 48 9 40 0 0.81 0.17 0.81 312.31 0.68 0.11
Hex 30 9 28 0 51 11 51 138 44 B
Octal 60 11 50 0 121 21 121 470 104 13
Binary 110000 1001 101000 0 1010001 10001 1010001 100111000 1000100 1011

Color Harmonies of #300928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300928

Black with #300928

Text Example


Text Example

White with #300928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300928; }

 p { color: rgb(48,9,40); }

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

background-color css

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

 a { background-color: rgb(48,9,40); }

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

border-color css

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

 span { border-color: rgb(48,9,40); }

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