Html Css Color HEX #250B1B Blackberry

📋 copy color: '#250B1B'

red 37 ◦ green 11 ◦ blue 27

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

Shades of Blackberry #250B1B

Tints of Blackberry #250B1B

RGB

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

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

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

R = 49.33%
G = 14.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#250B1B (or 0x250B1B) is known color: Blackberry. HEX triplet: 25, 0B and 1B. RGB value is (37,11,27). Sum of RGB (Red+Green+Blue) = 37+11+27=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B1B is #DAF4E4. Grayscale: #141414. Windows color (decimal): -14349541 or 1772325. OLE color: 1772325.

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

Color convert

RGB 37 11 27 -
CMYK 0 0.70 0.27 0.85
HSL 323.08º 0.54% 0.09% -
HSV(B) 323.08º 0.7% 0.15% -
XYZ 1.08 0.71 1.12 -
YUV 20.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 37 11 27 0 0.70 0.27 0.85 323.08 0.54 0.09
Hex 25 B 1B 0 46 1B 55 143 36 9
Octal 45 13 33 0 106 33 125 503 66 11
Binary 100101 1011 11011 0 1000110 11011 1010101 101000011 110110 1001

Color Harmonies of #250B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B1B

Black with #250B1B

Text Example


Text Example

White with #250B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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