Html Css Color HEX #300525 Blackberry

📋 copy color: '#300525'

red 48 ◦ green 5 ◦ blue 37

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

Shades of Blackberry #300525

Tints of Blackberry #300525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 41.11%

R = 53.33%
G = 5.56%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#300525 (or 0x300525) is known color: Blackberry. HEX triplet: 30, 05 and 25. RGB value is (48,5,37). Sum of RGB (Red+Green+Blue) = 48+5+37=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #300525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300525 is #CFFADA. Grayscale: #151515. Windows color (decimal): -13630171 or 2426160. OLE color: 2426160.

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

Color convert

RGB 48 5 37 -
CMYK 0 0.90 0.23 0.81
HSL 315.35º 0.81% 0.1% -
HSV(B) 315.35º 0.9% 0.19% -
XYZ 1.61 0.87 1.83 -
YUV 21.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 48 5 37 0 0.90 0.23 0.81 315.35 0.81 0.1
Hex 30 5 25 0 5A 17 51 13B 51 A
Octal 60 5 45 0 132 27 121 473 121 12
Binary 110000 101 100101 0 1011010 10111 1010001 100111011 1010001 1010

Color Harmonies of #300525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300525

Black with #300525

Text Example


Text Example

White with #300525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300525; }

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

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

background-color css

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

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

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

border-color css

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

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

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