Html Css Color HEX #250114 Blackberry

📋 copy color: '#250114'

red 37 ◦ green 1 ◦ blue 20

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

Shades of Blackberry #250114

Tints of Blackberry #250114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.72%

 BLUE value IS 20 (8.2% from 255) = 34.48%

R = 63.79%
G = 1.72%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#250114 (or 0x250114) is known color: Blackberry. HEX triplet: 25, 01 and 14. RGB value is (37,1,20). Sum of RGB (Red+Green+Blue) = 37+1+20=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #250114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250114 is #DAFEEB. Grayscale: #0D0D0D. Windows color (decimal): -14352108 or 1311013. OLE color: 1311013.

HSL color Cylindrical-coordinate representation of color #250114: hue angle of 328.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250114 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 1 20 -
CMYK 0 0.97 0.46 0.85
HSL 328.33º 0.95% 0.07% -
HSV(B) 328.33º 0.97% 0.15% -
XYZ 0.9 0.47 0.7 -
YUV 13.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 37 1 20 0 0.97 0.46 0.85 328.33 0.95 0.07
Hex 25 1 14 0 61 2E 55 148 5F 7
Octal 45 1 24 0 141 56 125 510 137 7
Binary 100101 1 10100 0 1100001 101110 1010101 101001000 1011111 111

Color Harmonies of #250114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250114

Black with #250114

Text Example


Text Example

White with #250114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250114; }

 p { color: rgb(37,1,20); }

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

background-color css

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

 a { background-color: rgb(37,1,20); }

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

border-color css

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

 span { border-color: rgb(37,1,20); }

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