Html Css Color HEX #250A1B Blackberry

📋 copy color: '#250A1B'

red 37 ◦ green 10 ◦ blue 27

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

Shades of Blackberry #250A1B

Tints of Blackberry #250A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 13.51%

 BLUE value IS 27 (10.94% from 255) = 36.49%

R = 50%
G = 13.51%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#250A1B (or 0x250A1B) is known color: Blackberry. HEX triplet: 25, 0A and 1B. RGB value is (37,10,27). Sum of RGB (Red+Green+Blue) = 37+10+27=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #250A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A1B is #DAF5E4. Grayscale: #131313. Windows color (decimal): -14349797 or 1772069. OLE color: 1772069.

HSL color Cylindrical-coordinate representation of color #250A1B: hue angle of 322.22º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250A1B is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 10 27 -
CMYK 0 0.73 0.27 0.85
HSL 322.22º 0.57% 0.09% -
HSV(B) 322.22º 0.73% 0.15% -
XYZ 1.07 0.69 1.11 -
YUV 20.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 37 10 27 0 0.73 0.27 0.85 322.22 0.57 0.09
Hex 25 A 1B 0 49 1B 55 142 39 9
Octal 45 12 33 0 111 33 125 502 71 11
Binary 100101 1010 11011 0 1001001 11011 1010101 101000010 111001 1001

Color Harmonies of #250A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A1B

Black with #250A1B

Text Example


Text Example

White with #250A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,10,27); }

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

background-color css

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

 a { background-color: rgb(37,10,27); }

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

border-color css

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

 span { border-color: rgb(37,10,27); }

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