Html Css Color HEX #250E1C Blackberry

📋 copy color: '#250E1C'

red 37 ◦ green 14 ◦ blue 28

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

Shades of Blackberry #250E1C

Tints of Blackberry #250E1C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.72%

 BLUE value IS 28 (11.33% from 255) = 35.44%

R = 46.84%
G = 17.72%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#250E1C (or 0x250E1C) is known color: Blackberry. HEX triplet: 25, 0E and 1C. RGB value is (37,14,28). Sum of RGB (Red+Green+Blue) = 37+14+28=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #250E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E1C is #DAF1E3. Grayscale: #161616. Windows color (decimal): -14348772 or 1838629. OLE color: 1838629.

HSL color Cylindrical-coordinate representation of color #250E1C: hue angle of 323.48º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #250E1C is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 14 28 -
CMYK 0 0.62 0.24 0.85
HSL 323.48º 0.45% 0.1% -
HSV(B) 323.48º 0.62% 0.15% -
XYZ 1.13 0.79 1.19 -
YUV 22.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 37 14 28 0 0.62 0.24 0.85 323.48 0.45 0.1
Hex 25 E 1C 0 3E 18 55 143 2D A
Octal 45 16 34 0 76 30 125 503 55 12
Binary 100101 1110 11100 0 111110 11000 1010101 101000011 101101 1010

Color Harmonies of #250E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E1C

Black with #250E1C

Text Example


Text Example

White with #250E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250E1C; }

 p { color: rgb(37,14,28); }

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

background-color css

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

 a { background-color: rgb(37,14,28); }

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

border-color css

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

 span { border-color: rgb(37,14,28); }

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