Html Css Color HEX #250C1B Blackberry

📋 copy color: '#250C1B'

red 37 ◦ green 12 ◦ blue 27

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

Shades of Blackberry #250C1B

Tints of Blackberry #250C1B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 15.79%

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

R = 48.68%
G = 15.79%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#250C1B (or 0x250C1B) is known color: Blackberry. HEX triplet: 25, 0C and 1B. RGB value is (37,12,27). Sum of RGB (Red+Green+Blue) = 37+12+27=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #250C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C1B is #DAF3E4. Grayscale: #151515. Windows color (decimal): -14349285 or 1772581. OLE color: 1772581.

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

Color convert

RGB 37 12 27 -
CMYK 0 0.68 0.27 0.85
HSL 324º 0.51% 0.1% -
HSV(B) 324º 0.68% 0.15% -
XYZ 1.09 0.74 1.12 -
YUV 21.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 37 12 27 0 0.68 0.27 0.85 324 0.51 0.1
Hex 25 C 1B 0 44 1B 55 144 33 A
Octal 45 14 33 0 104 33 125 504 63 12
Binary 100101 1100 11011 0 1000100 11011 1010101 101000100 110011 1010

Color Harmonies of #250C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C1B

Black with #250C1B

Text Example


Text Example

White with #250C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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