Html Css Color HEX #300526 Blackberry

📋 copy color: '#300526'

red 48 ◦ green 5 ◦ blue 38

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

Shades of Blackberry #300526

Tints of Blackberry #300526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 41.76%

R = 52.75%
G = 5.49%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#300526 (or 0x300526) is known color: Blackberry. HEX triplet: 30, 05 and 26. RGB value is (48,5,38). Sum of RGB (Red+Green+Blue) = 48+5+38=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300526 is #CFFAD9. Grayscale: #151515. Windows color (decimal): -13630170 or 2491696. OLE color: 2491696.

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

Color convert

RGB 48 5 38 -
CMYK 0 0.90 0.21 0.81
HSL 313.95º 0.81% 0.1% -
HSV(B) 313.95º 0.9% 0.19% -
XYZ 1.62 0.88 1.92 -
YUV 21.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 48 5 38 0 0.90 0.21 0.81 313.95 0.81 0.1
Hex 30 5 26 0 5A 15 51 13A 51 A
Octal 60 5 46 0 132 25 121 472 121 12
Binary 110000 101 100110 0 1011010 10101 1010001 100111010 1010001 1010

Color Harmonies of #300526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300526

Black with #300526

Text Example


Text Example

White with #300526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300526; }

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

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

background-color css

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

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

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

border-color css

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

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

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