Html Css Color HEX #381426 Blackberry

📋 copy color: '#381426'

red 56 ◦ green 20 ◦ blue 38

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

Shades of Blackberry #381426

Tints of Blackberry #381426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.54%

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

R = 49.12%
G = 17.54%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#381426 (or 0x381426) is known color: Blackberry. HEX triplet: 38, 14 and 26. RGB value is (56,20,38). Sum of RGB (Red+Green+Blue) = 56+20+38=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381426 is #C7EBD9. Grayscale: #202020. Windows color (decimal): -13102042 or 2495544. OLE color: 2495544.

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

Color convert

RGB 56 20 38 -
CMYK 0 0.64 0.32 0.78
HSL 330º 0.47% 0.15% -
HSV(B) 330º 0.64% 0.22% -
XYZ 2.23 1.48 2 -
YUV 32.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 56 20 38 0 0.64 0.32 0.78 330 0.47 0.15
Hex 38 14 26 0 40 20 4E 14A 2F F
Octal 70 24 46 0 100 40 116 512 57 17
Binary 111000 10100 100110 0 1000000 100000 1001110 101001010 101111 1111

Color Harmonies of #381426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381426

Black with #381426

Text Example


Text Example

White with #381426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381426; }

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

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

background-color css

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

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

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

border-color css

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

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

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