Html Css Color HEX #300518 Blackberry

📋 copy color: '#300518'

red 48 ◦ green 5 ◦ blue 24

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

Shades of Blackberry #300518

Tints of Blackberry #300518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.49%

 BLUE value IS 24 (9.77% from 255) = 31.17%

R = 62.34%
G = 6.49%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#300518 (or 0x300518) is known color: Blackberry. HEX triplet: 30, 05 and 18. RGB value is (48,5,24). Sum of RGB (Red+Green+Blue) = 48+5+24=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #300518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300518 is #CFFAE7. Grayscale: #131313. Windows color (decimal): -13630184 or 1574192. OLE color: 1574192.

HSL color Cylindrical-coordinate representation of color #300518: hue angle of 333.49º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300518 is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 5 24 -
CMYK 0 0.90 0.5 0.81
HSL 333.49º 0.81% 0.1% -
HSV(B) 333.49º 0.9% 0.19% -
XYZ 1.44 0.8 0.94 -
YUV 20.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 48 5 24 0 0.90 0.5 0.81 333.49 0.81 0.1
Hex 30 5 18 0 5A 32 51 14D 51 A
Octal 60 5 30 0 132 62 121 515 121 12
Binary 110000 101 11000 0 1011010 110010 1010001 101001101 1010001 1010

Color Harmonies of #300518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300518

Black with #300518

Text Example


Text Example

White with #300518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300518; }

 p { color: rgb(48,5,24); }

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

background-color css

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

 a { background-color: rgb(48,5,24); }

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

border-color css

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

 span { border-color: rgb(48,5,24); }

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