Html Css Color HEX #300517 Blackberry

📋 copy color: '#300517'

red 48 ◦ green 5 ◦ blue 23

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

Shades of Blackberry #300517

Tints of Blackberry #300517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 30.26%

R = 63.16%
G = 6.58%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#300517 (or 0x300517) is known color: Blackberry. HEX triplet: 30, 05 and 17. RGB value is (48,5,23). Sum of RGB (Red+Green+Blue) = 48+5+23=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #300517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300517 is #CFFAE8. Grayscale: #131313. Windows color (decimal): -13630185 or 1508656. OLE color: 1508656.

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

Color convert

RGB 48 5 23 -
CMYK 0 0.90 0.52 0.81
HSL 334.88º 0.81% 0.1% -
HSV(B) 334.88º 0.9% 0.19% -
XYZ 1.43 0.8 0.89 -
YUV 19.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 48 5 23 0 0.90 0.52 0.81 334.88 0.81 0.1
Hex 30 5 17 0 5A 34 51 14F 51 A
Octal 60 5 27 0 132 64 121 517 121 12
Binary 110000 101 10111 0 1011010 110100 1010001 101001111 1010001 1010

Color Harmonies of #300517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300517

Black with #300517

Text Example


Text Example

White with #300517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300517; }

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

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

background-color css

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

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

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

border-color css

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

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

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