Html Css Color HEX #381826 Blackberry

📋 copy color: '#381826'

red 56 ◦ green 24 ◦ blue 38

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

Shades of Blackberry #381826

Tints of Blackberry #381826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.34%

 BLUE value IS 38 (15.23% from 255) = 32.2%

R = 47.46%
G = 20.34%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#381826 (or 0x381826) is known color: Blackberry. HEX triplet: 38, 18 and 26. RGB value is (56,24,38). Sum of RGB (Red+Green+Blue) = 56+24+38=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #381826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381826 is #C7E7D9. Grayscale: #232323. Windows color (decimal): -13101018 or 2496568. OLE color: 2496568.

HSL color Cylindrical-coordinate representation of color #381826: hue angle of 333.75º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #381826 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 24 38 -
CMYK 0 0.57 0.32 0.78
HSL 333.75º 0.4% 0.16% -
HSV(B) 333.75º 0.57% 0.22% -
XYZ 2.31 1.63 2.03 -
YUV 35.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 56 24 38 0 0.57 0.32 0.78 333.75 0.4 0.16
Hex 38 18 26 0 39 20 4E 14E 28 10
Octal 70 30 46 0 71 40 116 516 50 20
Binary 111000 11000 100110 0 111001 100000 1001110 101001110 101000 10000

Color Harmonies of #381826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381826

Black with #381826

Text Example


Text Example

White with #381826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381826; }

 p { color: rgb(56,24,38); }

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

background-color css

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

 a { background-color: rgb(56,24,38); }

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

border-color css

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

 span { border-color: rgb(56,24,38); }

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