Html Css Color HEX #250D1A Blackberry

📋 copy color: '#250D1A'

red 37 ◦ green 13 ◦ blue 26

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

Shades of Blackberry #250D1A

Tints of Blackberry #250D1A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.11%

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

R = 48.68%
G = 17.11%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#250D1A (or 0x250D1A) is known color: Blackberry. HEX triplet: 25, 0D and 1A. RGB value is (37,13,26). Sum of RGB (Red+Green+Blue) = 37+13+26=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #250D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D1A is #DAF2E5. Grayscale: #151515. Windows color (decimal): -14349030 or 1707301. OLE color: 1707301.

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

Color convert

RGB 37 13 26 -
CMYK 0 0.65 0.30 0.85
HSL 327.5º 0.48% 0.1% -
HSV(B) 327.5º 0.65% 0.15% -
XYZ 1.09 0.76 1.07 -
YUV 21.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 37 13 26 0 0.65 0.30 0.85 327.5 0.48 0.1
Hex 25 D 1A 0 41 1E 55 148 30 A
Octal 45 15 32 0 101 36 125 510 60 12
Binary 100101 1101 11010 0 1000001 11110 1010101 101001000 110000 1010

Color Harmonies of #250D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D1A

Black with #250D1A

Text Example


Text Example

White with #250D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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