Html Css Color HEX #300A28 Blackberry

📋 copy color: '#300A28'

red 48 ◦ green 10 ◦ blue 40

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

Shades of Blackberry #300A28

Tints of Blackberry #300A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.2%

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

R = 48.98%
G = 10.2%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#300A28 (or 0x300A28) is known color: Blackberry. HEX triplet: 30, 0A and 28. RGB value is (48,10,40). Sum of RGB (Red+Green+Blue) = 48+10+40=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #300A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A28 is #CFF5D7. Grayscale: #181818. Windows color (decimal): -13628888 or 2624048. OLE color: 2624048.

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

Color convert

RGB 48 10 40 -
CMYK 0 0.79 0.17 0.81
HSL 312.63º 0.66% 0.11% -
HSV(B) 312.63º 0.79% 0.19% -
XYZ 1.71 1 2.11 -
YUV 24.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 48 10 40 0 0.79 0.17 0.81 312.63 0.66 0.11
Hex 30 A 28 0 4F 11 51 139 42 B
Octal 60 12 50 0 117 21 121 471 102 13
Binary 110000 1010 101000 0 1001111 10001 1010001 100111001 1000010 1011

Color Harmonies of #300A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A28

Black with #300A28

Text Example


Text Example

White with #300A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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