Html Css Color HEX #300019 Blackberry

📋 copy color: '#300019'

red 48 ◦ green 0 ◦ blue 25

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

Shades of Blackberry #300019

Tints of Blackberry #300019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.75%
G = 0%
B = 34.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#300019 (or 0x300019) is known color: Blackberry. HEX triplet: 30, 00 and 19. RGB value is (48,0,25). Sum of RGB (Red+Green+Blue) = 48+0+25=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300019 is #CFFFE6. Grayscale: #111111. Windows color (decimal): -13631463 or 1638448. OLE color: 1638448.

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

Color convert

RGB 48 0 25 -
CMYK 0 1 0.48 0.81
HSL 328.75º 1% 0.09% -
HSV(B) 328.75º 1% 0.19% -
XYZ 1.39 0.7 0.98 -
YUV 17.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 48 0 25 0 1 0.48 0.81 328.75 1 0.09
Hex 30 0 19 0 64 30 51 149 64 9
Octal 60 0 31 0 144 60 121 511 144 11
Binary 110000 0 11001 0 1100100 110000 1010001 101001001 1100100 1001

Color Harmonies of #300019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300019

Black with #300019

Text Example


Text Example

White with #300019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300019; }

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

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

background-color css

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

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

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

border-color css

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

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

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