Html Css Color HEX #250518 Blackberry

📋 copy color: '#250518'

red 37 ◦ green 5 ◦ blue 24

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

Shades of Blackberry #250518

Tints of Blackberry #250518

RGB

 RED value IS 37 (14.84% from 255) = 56.06%

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

 BLUE value IS 24 (9.77% from 255) = 36.36%

R = 56.06%
G = 7.58%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#250518 (or 0x250518) is known color: Blackberry. HEX triplet: 25, 05 and 18. RGB value is (37,5,24). Sum of RGB (Red+Green+Blue) = 37+5+24=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #250518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250518 is #DAFAE7. Grayscale: #101010. Windows color (decimal): -14351080 or 1574181. OLE color: 1574181.

HSL color Cylindrical-coordinate representation of color #250518: hue angle of 324.38º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250518 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 5 24 -
CMYK 0 0.86 0.35 0.85
HSL 324.38º 0.76% 0.08% -
HSV(B) 324.38º 0.86% 0.15% -
XYZ 0.98 0.57 0.92 -
YUV 16.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 37 5 24 0 0.86 0.35 0.85 324.38 0.76 0.08
Hex 25 5 18 0 56 23 55 144 4C 8
Octal 45 5 30 0 126 43 125 504 114 10
Binary 100101 101 11000 0 1010110 100011 1010101 101000100 1001100 1000

Color Harmonies of #250518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250518

Black with #250518

Text Example


Text Example

White with #250518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250518; }

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

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

background-color css

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

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

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

border-color css

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

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

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