Html Css Color HEX #301225 Blackberry

📋 copy color: '#301225'

red 48 ◦ green 18 ◦ blue 37

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

Shades of Blackberry #301225

Tints of Blackberry #301225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.48%

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

R = 46.6%
G = 17.48%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#301225 (or 0x301225) is known color: Blackberry. HEX triplet: 30, 12 and 25. RGB value is (48,18,37). Sum of RGB (Red+Green+Blue) = 48+18+37=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #301225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301225 is #CFEDDA. Grayscale: #1D1D1D. Windows color (decimal): -13626843 or 2429488. OLE color: 2429488.

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

Color convert

RGB 48 18 37 -
CMYK 0 0.63 0.23 0.81
HSL 322º 0.45% 0.13% -
HSV(B) 322º 0.63% 0.19% -
XYZ 1.77 1.19 1.89 -
YUV 29.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 48 18 37 0 0.63 0.23 0.81 322 0.45 0.13
Hex 30 12 25 0 3F 17 51 142 2D D
Octal 60 22 45 0 77 27 121 502 55 15
Binary 110000 10010 100101 0 111111 10111 1010001 101000010 101101 1101

Color Harmonies of #301225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301225

Black with #301225

Text Example


Text Example

White with #301225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301225; }

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

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

background-color css

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

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

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

border-color css

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

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

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