Html Css Color HEX #300A25 Blackberry

📋 copy color: '#300A25'

red 48 ◦ green 10 ◦ blue 37

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

Shades of Blackberry #300A25

Tints of Blackberry #300A25

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.53%

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

R = 50.53%
G = 10.53%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#300A25 (or 0x300A25) is known color: Blackberry. HEX triplet: 30, 0A and 25. RGB value is (48,10,37). Sum of RGB (Red+Green+Blue) = 48+10+37=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #300A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A25 is #CFF5DA. Grayscale: #181818. Windows color (decimal): -13628891 or 2427440. OLE color: 2427440.

HSL color Cylindrical-coordinate representation of color #300A25: hue angle of 317.37º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300A25 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 10 37 -
CMYK 0 0.79 0.23 0.81
HSL 317.37º 0.66% 0.11% -
HSV(B) 317.37º 0.79% 0.19% -
XYZ 1.66 0.98 1.85 -
YUV 24.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 48 10 37 0 0.79 0.23 0.81 317.37 0.66 0.11
Hex 30 A 25 0 4F 17 51 13D 42 B
Octal 60 12 45 0 117 27 121 475 102 13
Binary 110000 1010 100101 0 1001111 10111 1010001 100111101 1000010 1011

Color Harmonies of #300A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A25

Black with #300A25

Text Example


Text Example

White with #300A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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