Html Css Color HEX #381225 Blackberry

📋 copy color: '#381225'

red 56 ◦ green 18 ◦ blue 37

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

Shades of Blackberry #381225

Tints of Blackberry #381225

RGB

 RED value IS 56 (22.27% from 255) = 50.45%

 GREEN value IS 18 (7.42% from 255) = 16.22%

 BLUE value IS 37 (14.84% from 255) = 33.33%

R = 50.45%
G = 16.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#381225 (or 0x381225) is known color: Blackberry. HEX triplet: 38, 12 and 25. RGB value is (56,18,37). Sum of RGB (Red+Green+Blue) = 56+18+37=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381225 is #C7EDDA. Grayscale: #1F1F1F. Windows color (decimal): -13102555 or 2429496. OLE color: 2429496.

HSL color Cylindrical-coordinate representation of color #381225: hue angle of 330º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381225 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 18 37 -
CMYK 0 0.68 0.34 0.78
HSL 330º 0.51% 0.15% -
HSV(B) 330º 0.68% 0.22% -
XYZ 2.18 1.41 1.91 -
YUV 31.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 56 18 37 0 0.68 0.34 0.78 330 0.51 0.15
Hex 38 12 25 0 44 22 4E 14A 33 F
Octal 70 22 45 0 104 42 116 512 63 17
Binary 111000 10010 100101 0 1000100 100010 1001110 101001010 110011 1111

Color Harmonies of #381225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381225

Black with #381225

Text Example


Text Example

White with #381225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381225; }

 p { color: rgb(56,18,37); }

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

background-color css

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

 a { background-color: rgb(56,18,37); }

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

border-color css

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

 span { border-color: rgb(56,18,37); }

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