Html Css Color HEX #300425 Blackberry

📋 copy color: '#300425'

red 48 ◦ green 4 ◦ blue 37

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

Shades of Blackberry #300425

Tints of Blackberry #300425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.49%

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

R = 53.93%
G = 4.49%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#300425 (or 0x300425) is known color: Blackberry. HEX triplet: 30, 04 and 25. RGB value is (48,4,37). Sum of RGB (Red+Green+Blue) = 48+4+37=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #300425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300425 is #CFFBDA. Grayscale: #141414. Windows color (decimal): -13630427 or 2425904. OLE color: 2425904.

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

Color convert

RGB 48 4 37 -
CMYK 0 0.92 0.23 0.81
HSL 315º 0.85% 0.1% -
HSV(B) 315º 0.92% 0.19% -
XYZ 1.6 0.85 1.83 -
YUV 20.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 48 4 37 0 0.92 0.23 0.81 315 0.85 0.1
Hex 30 4 25 0 5C 17 51 13B 55 A
Octal 60 4 45 0 134 27 121 473 125 12
Binary 110000 100 100101 0 1011100 10111 1010001 100111011 1010101 1010

Color Harmonies of #300425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300425

Black with #300425

Text Example


Text Example

White with #300425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300425; }

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

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

background-color css

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

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

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

border-color css

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

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

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