Html Css Color HEX #300025 Blackberry

📋 copy color: '#300025'

red 48 ◦ green 0 ◦ blue 37

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

Shades of Blackberry #300025

Tints of Blackberry #300025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.47%
G = 0%
B = 43.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#300025 (or 0x300025) is known color: Blackberry. HEX triplet: 30, 00 and 25. RGB value is (48,0,37). Sum of RGB (Red+Green+Blue) = 48+0+37=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #300025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300025 is #CFFFDA. Grayscale: #121212. Windows color (decimal): -13631451 or 2424880. OLE color: 2424880.

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

Color convert

RGB 48 0 37 -
CMYK 0 1 0.23 0.81
HSL 313.75º 1% 0.09% -
HSV(B) 313.75º 1% 0.19% -
XYZ 1.55 0.76 1.82 -
YUV 18.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 48 0 37 0 1 0.23 0.81 313.75 1 0.09
Hex 30 0 25 0 64 17 51 13A 64 9
Octal 60 0 45 0 144 27 121 472 144 11
Binary 110000 0 100101 0 1100100 10111 1010001 100111010 1100100 1001

Color Harmonies of #300025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300025

Black with #300025

Text Example


Text Example

White with #300025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300025; }

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

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

background-color css

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

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

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

border-color css

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

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

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