Html Css Color HEX #300620 Blackberry

📋 copy color: '#300620'

red 48 ◦ green 6 ◦ blue 32

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

Shades of Blackberry #300620

Tints of Blackberry #300620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.98%

 BLUE value IS 32 (12.89% from 255) = 37.21%

R = 55.81%
G = 6.98%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#300620 (or 0x300620) is known color: Blackberry. HEX triplet: 30, 06 and 20. RGB value is (48,6,32). Sum of RGB (Red+Green+Blue) = 48+6+32=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300620 is #CFF9DF. Grayscale: #151515. Windows color (decimal): -13629920 or 2098736. OLE color: 2098736.

HSL color Cylindrical-coordinate representation of color #300620: hue angle of 322.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300620 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 6 32 -
CMYK 0 0.87 0.33 0.81
HSL 322.86º 0.78% 0.11% -
HSV(B) 322.86º 0.88% 0.19% -
XYZ 1.54 0.86 1.45 -
YUV 21.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 48 6 32 0 0.87 0.33 0.81 322.86 0.78 0.11
Hex 30 6 20 0 57 21 51 143 4E B
Octal 60 6 40 0 127 41 121 503 116 13
Binary 110000 110 100000 0 1010111 100001 1010001 101000011 1001110 1011

Color Harmonies of #300620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300620

Black with #300620

Text Example


Text Example

White with #300620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300620; }

 p { color: rgb(48,6,32); }

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

background-color css

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

 a { background-color: rgb(48,6,32); }

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

border-color css

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

 span { border-color: rgb(48,6,32); }

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