Html Css Color HEX #250B1A Blackberry

📋 copy color: '#250B1A'

red 37 ◦ green 11 ◦ blue 26

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

Shades of Blackberry #250B1A

Tints of Blackberry #250B1A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.86%

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

R = 50%
G = 14.86%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#250B1A (or 0x250B1A) is known color: Blackberry. HEX triplet: 25, 0B and 1A. RGB value is (37,11,26). Sum of RGB (Red+Green+Blue) = 37+11+26=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #250B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B1A is #DAF4E5. Grayscale: #141414. Windows color (decimal): -14349542 or 1706789. OLE color: 1706789.

HSL color Cylindrical-coordinate representation of color #250B1A: hue angle of 325.38º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250B1A is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 11 26 -
CMYK 0 0.70 0.30 0.85
HSL 325.38º 0.54% 0.09% -
HSV(B) 325.38º 0.7% 0.15% -
XYZ 1.07 0.71 1.06 -
YUV 20.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 37 11 26 0 0.70 0.30 0.85 325.38 0.54 0.09
Hex 25 B 1A 0 46 1E 55 145 36 9
Octal 45 13 32 0 106 36 125 505 66 11
Binary 100101 1011 11010 0 1000110 11110 1010101 101000101 110110 1001

Color Harmonies of #250B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B1A

Black with #250B1A

Text Example


Text Example

White with #250B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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