Html Css Color HEX #38001A Blackberry

📋 copy color: '#38001A'

red 56 ◦ green 0 ◦ blue 26

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

Shades of Blackberry #38001A

Tints of Blackberry #38001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 26 (10.55% from 255) = 31.71%

R = 68.29%
G = 0%
B = 31.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#38001A (or 0x38001A) is known color: Blackberry. HEX triplet: 38, 00 and 1A. RGB value is (56,0,26). Sum of RGB (Red+Green+Blue) = 56+0+26=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #38001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38001A is #C7FFE5. Grayscale: #131313. Windows color (decimal): -13107174 or 1703992. OLE color: 1703992.

HSL color Cylindrical-coordinate representation of color #38001A: hue angle of 332.14º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38001A is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 0 26 -
CMYK 0 1 0.54 0.78
HSL 332.14º 1% 0.11% -
HSV(B) 332.14º 1% 0.22% -
XYZ 1.82 0.92 1.06 -
YUV 19.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 56 0 26 0 1 0.54 0.78 332.14 1 0.11
Hex 38 0 1A 0 64 36 4E 14C 64 B
Octal 70 0 32 0 144 66 116 514 144 13
Binary 111000 0 11010 0 1100100 110110 1001110 101001100 1100100 1011

Color Harmonies of #38001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38001A

Black with #38001A

Text Example


Text Example

White with #38001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38001A; }

 p { color: rgb(56,0,26); }

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

background-color css

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

 a { background-color: rgb(56,0,26); }

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

border-color css

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

 span { border-color: rgb(56,0,26); }

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