Html Css Color HEX #250A1A Blackberry

📋 copy color: '#250A1A'

red 37 ◦ green 10 ◦ blue 26

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

Shades of Blackberry #250A1A

Tints of Blackberry #250A1A

RGB

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

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

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

R = 50.68%
G = 13.7%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#250A1A (or 0x250A1A) is known color: Blackberry. HEX triplet: 25, 0A and 1A. RGB value is (37,10,26). Sum of RGB (Red+Green+Blue) = 37+10+26=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #250A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A1A is #DAF5E5. Grayscale: #131313. Windows color (decimal): -14349798 or 1706533. OLE color: 1706533.

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

Color convert

RGB 37 10 26 -
CMYK 0 0.73 0.30 0.85
HSL 324.44º 0.57% 0.09% -
HSV(B) 324.44º 0.73% 0.15% -
XYZ 1.06 0.68 1.05 -
YUV 19.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 37 10 26 0 0.73 0.30 0.85 324.44 0.57 0.09
Hex 25 A 1A 0 49 1E 55 144 39 9
Octal 45 12 32 0 111 36 125 504 71 11
Binary 100101 1010 11010 0 1001001 11110 1010101 101000100 111001 1001

Color Harmonies of #250A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A1A

Black with #250A1A

Text Example


Text Example

White with #250A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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