Html Css Color HEX #250E1A Blackberry

📋 copy color: '#250E1A'

red 37 ◦ green 14 ◦ blue 26

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

Shades of Blackberry #250E1A

Tints of Blackberry #250E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 33.77%

R = 48.05%
G = 18.18%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#250E1A (or 0x250E1A) is known color: Blackberry. HEX triplet: 25, 0E and 1A. RGB value is (37,14,26). Sum of RGB (Red+Green+Blue) = 37+14+26=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #250E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E1A is #DAF1E5. Grayscale: #161616. Windows color (decimal): -14348774 or 1707557. OLE color: 1707557.

HSL color Cylindrical-coordinate representation of color #250E1A: hue angle of 328.7º 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 #250E1A is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 14 26 -
CMYK 0 0.62 0.30 0.85
HSL 328.7º 0.45% 0.1% -
HSV(B) 328.7º 0.62% 0.15% -
XYZ 1.11 0.78 1.07 -
YUV 22.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 37 14 26 0 0.62 0.30 0.85 328.7 0.45 0.1
Hex 25 E 1A 0 3E 1E 55 149 2D A
Octal 45 16 32 0 76 36 125 511 55 12
Binary 100101 1110 11010 0 111110 11110 1010101 101001001 101101 1010

Color Harmonies of #250E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E1A

Black with #250E1A

Text Example


Text Example

White with #250E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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