Html Css Color HEX #300519 Blackberry

📋 copy color: '#300519'

red 48 ◦ green 5 ◦ blue 25

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

Shades of Blackberry #300519

Tints of Blackberry #300519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 32.05%

R = 61.54%
G = 6.41%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#300519 (or 0x300519) is known color: Blackberry. HEX triplet: 30, 05 and 19. RGB value is (48,5,25). Sum of RGB (Red+Green+Blue) = 48+5+25=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #300519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300519 is #CFFAE6. Grayscale: #141414. Windows color (decimal): -13630183 or 1639728. OLE color: 1639728.

HSL color Cylindrical-coordinate representation of color #300519: hue angle of 332.09º 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 #300519 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 5 25 -
CMYK 0 0.90 0.48 0.81
HSL 332.09º 0.81% 0.1% -
HSV(B) 332.09º 0.9% 0.19% -
XYZ 1.45 0.81 1 -
YUV 20.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 48 5 25 0 0.90 0.48 0.81 332.09 0.81 0.1
Hex 30 5 19 0 5A 30 51 14C 51 A
Octal 60 5 31 0 132 60 121 514 121 12
Binary 110000 101 11001 0 1011010 110000 1010001 101001100 1010001 1010

Color Harmonies of #300519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300519

Black with #300519

Text Example


Text Example

White with #300519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300519; }

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

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

background-color css

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

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

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

border-color css

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

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

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